<!doctype html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8">        <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9">               <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js">                      <!--<![endif]-->
<head>
    <meta charset="utf-8">

    <title>Does spoon-feeding really make babies overweight?</title>

    <link type="text/css" rel="stylesheet" href="/_assets/css/general/basic.css" />
    <link rel="canonical" href="https://www-2018.swansea.ac.uk/press-office/news-archive/2017/doesspoon-feedingreallymakebabiesoverweight.php" /> 





<meta name="viewport" content="width=device-width, initial-scale=1.0;">
<meta property="su:page-type" content="News Item">
<meta property="su:section-id" content="112621">

    <script type="text/javascript" src="/_assets/vendor/enhance.js"></script>
    <script type="text/javascript">

        var SU =        {
                            customScripts: {
                                preRepositioning:  [],
                                postRepositioning: []
                            }
                        },

            dataLayer = [],

            styles =    [
                            '/_assets/css/general/desktop.css',
                            {
                                href: '/_assets/css/common/ie.css',
                                iecondition: 'all'
                            },
                            {
                                href: '/_assets/css/common/ie7.css',
                                iecondition: 7
                            },
                            {
                                href: '/_assets/css/common/ie8.css',
                                iecondition: 8
                            }
                        ],
        
            scripts =   [
                           '/_assets/js/common/modernizr-jquery.all.min.js'
                        ];
        

        

        

        scripts = scripts.concat([
            '/_assets/vendor/jquery-plugins/cycle2/jquery.cycle2.js',
            '/_assets/vendor/jquery-plugins/cycle2/jquery.cycle2.swipe.js',
            '/_assets/vendor/jquery-plugins/auto-complete/jquery.auto-complete.js',
            '/_assets/vendor/mustache.js',
            '/_assets/js/common/console.js',
            '/_assets/js/common/su.js',
            '/_assets/js/common/su/http/link.js',
            '/_assets/js/common/jquery-plugins/jQuery.showCookieMessage.js',
            '/_assets/vendor/jquery-plugins/ba-throttle-debounce/jquery.ba-throttle-debounce.js',
            '/_assets/js/common/jquery-plugins/jQuery.initialiseNavigation.js',
            '/_assets/js/common/jquery-plugins/jQuery.inputClear.js',
            '/_assets/js/general/desktop/enhanceFooterLinks.js',
            '/_assets/js/general/desktop/jQuery.initialiseSplashGallery.js',
            '/_assets/js/general/desktop/jQuery.initialiseFeaturedGallery.js',
            '/_assets/js/general/desktop/jQuery.initialiseTabPods.js',
            '/_assets/js/general/desktop/jQuery.initialiseQuadSliders.js',
            '/_assets/js/general/desktop/jQuery.stripeTableRows.js',
            '/_assets/vendor/jquery-plugins/ba-bbq/jquery.ba-bbq.js',
            '/_assets/js/general/desktop/jQuery.initialiseExpanders.js',
            '/_assets/vendor/jquery-plugins/cookie/jquery.cookie.js',
            '/_assets/vendor/jquery-plugins/jBreadCrumb/js/jquery.easing.1.3.js',
            '/_assets/vendor/jquery-plugins/jBreadCrumb/js/jquery.jBreadCrumb.1.1.js',
            '/_assets/js/general/desktop.js',
            '/_assets/js/precedent/coreFunctions.js'
        ]);

        enhance({
            loadStyles: styles,
            loadScripts: scripts,
            forcePassText: 'Enhanced version',
            forceFailText: 'Basic version'
        });
    </script>


</head>

<body id="content" class="layout-general-wrapper">
 

    <div id="general" class="layout-general">

        <!--noindex-->
        <div id="header" class="layout-header">
<h1 id="logo" class="logo">
    <span class="logo-text">Does spoon-feeding really make babies overweight?</span>
    <a id="logo-link" href="https://www.swansea.ac.uk/">

        <img class="logo-image" src="/_assets/images/precedent/logo.en.png" alt="Swansea University Logo" />

    </a>
</h1>
            <div id="skipToContent" class="skip-to-content">
                <a class="skip-to-content-link" tabindex="1" href="#content-items" title="skip to content">Skip to content</a>
            </div>

<div id="globalNavWrapper" class="header-links">
    <ul id="globalNav" class="header-links-list">
    
        <!-- navigation object : SU_audience navigation --><li class="header-links-list-item"><a href="http://myuni.swan.ac.uk/">Current Students</a></li><li class="header-links-list-item"><a href="https://staff.swansea.ac.uk/">Staff</a></li><li class="header-links-list-item"><a href="http://www.swanseauniversity.com.cn">&#20013;&#25991;</a></li>
        
        

    </ul>
</div>
            
            <div id="globalSearch" class="global-search-form">
<div class="global-search-form">
	<form action="https://www.swansea.ac.uk/search/">
	  <div>
	    <input type="hidden" name="c" value="swansea-web" />
	    <input
           id="global-search-form-q"
	       type="text"
	       name="q"
	       placeholder="Site Search"
	       size="31"
	       class="global-search-form-query"
	    />
	    <input class="global-search-form-submit" type="submit" value="GO" />
	  </div>
	</form>
</div>

<script class="register-custom-scripts">
(function () {
    SU.customScripts.postRepositioning.push(function () {
    
        var endpoint = 'https://swansea.funnelback.co.uk/s/suggest.json',

            unique = function(arr) {
                var hash = {}, result = [];
                for ( var i = 0, l = arr.length; i < l; ++i ) {
                    if ( !hash.hasOwnProperty(arr[i]) ) {
                        hash[ arr[i] ] = true;
                        result.push(arr[i]);
                    }
                }
                return result;
            },
            
            setHandler = function() {
                $('#global-search-form-q').off().autoComplete({
                    source: function(term, response) {
                        console.log("You typed [" + term + "]");
                        $.getJSON(
                            endpoint,
                            {
                                collection:    'swansea-web',
                                partial_query: term
                            },
                            function(data) {
                                response(unique(data));
                            }
                        );
                    }
                });
            };
    
        console.group('Initialising auto complete');
        window.setTimeout(function () {
            setHandler();
        }, 500);
        
        console.groupEnd();
    });
}());
</script>
            </div>
            
            <div id="naviBar" class="main-nav">
<!-- navigation object : SU_Main_Nav -->

            </div>
        </div>
        <!--endnoindex-->
        
        <div class="layout-container">
            <div id="main" class="layout-content">
                <div id="contentHeader" class="content-header">

                    <!--noindex-->
<div class="breadCrumbHolder module">
    <div class="breadCrumb module">
        <ul>
            <li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
                <a href="https://www.swansea.ac.uk/" itemprop="url">
                    <span itemprop="title">Home</span>
                </a>
            </li>
            <li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
                <a href="https://www.swansea.ac.uk/press-office/" itemprop="url">
                    <span itemprop="title">Press Office</span>
                </a>
            </li>
	</ul>
    </div>
</div>
                    <!--endnoindex-->

                    <h1 class="content-header-heading">Does spoon-feeding really make babies overweight?</h1>
                </div>

                <div id="splash-items" class="layout-splash">
                </div>

                <!--noindex-->
                <div class="layout-content-nav">
                    <div id="secondaryNavWrapper"></div>
                </div>
                <!--endnoindex-->

                <div id="content-items" class="layout-content-items content-items">
                    <div class="layout-featured-items">
                    </div>

                    <div class="layout-article-items">
  <div class="news-item-fulltext">
<p style="padding: 1.5em; text-align: center; background-color: #ffc266; font-weight: bold">
    Please note, this page has been archived and is no longer being updated.
</p>
    <p class="news-item-summary">This article was written by Dr Amy Brown, Hannah Rowan, and Sara Wyn Jones of Swansea University, and was originally published on The Conversation. </p>

    <div class="news-item-content">
        <p>Deciding when and how to introduce babies to solid foods can be overwhelming for parents. But aside from timing and amount, could how babies are introduced to solid foods also make a difference to their health?</p>
<p>Until the early 20th century, babies were simply given foods that the rest of the family ate,&nbsp;<a href="http://www.magonlinelibrary.com/doi/abs/10.12968/johv.2016.4.10.524">towards the end of their first year</a>. This was before the&nbsp;<a href="http://www.ucpress.edu/book.php?isbn=9780520283459">dawn of the baby food industry</a>&nbsp;led to the majority of babies in Western countries being weaned onto solid foods using specially prepared, pureed infant foods that are spoon-fed.</p>
<p>However, since government recommendations in 2003 changed to&nbsp;<a href="https://www.nhs.uk/start4life/first-foods">introduce solid foods at six months</a>, increasing numbers of parents have been returning to letting their baby eat the same food as the rest of the family, by following&nbsp;<a href="http://www.rapleyweaning.com">baby-led weaning</a>. Evidence suggests that delaying introduction of solids until six months&nbsp;<a href="https://link.springer.com/article/10.1007/s13668-017-0201-2">may protect against</a>&nbsp;babies becoming overweight. So spoons and purees are being forgone to let infants eat at their own pace &ndash; which they are typically developmentally&nbsp;<a href="https://eric.ed.gov/?id=ED479275">able to do at six-months-old</a>.</p>
<p>Research has found that parents are choosing baby-led weaning because they feel it makes for&nbsp;<a href="http://onlinelibrary.wiley.com/doi/10.1111/j.1740-8709.2011.00360.x/full">less stressful and easier</a>&nbsp;(albeit messier) mealtimes. But growing numbers of parents also choose to follow the method because of&nbsp;<a href="https://www.theguardian.com/lifeandstyle/wordofmouth/2011/oct/05/baby-led-weaning">suggestions</a>&nbsp;that it may help their baby develop better eating habits and a healthier weight &ndash; but is this true?</p>
<h1><img alt="File 20170605 16877 9yftvs" src="https://cdn.theconversation.com/files/172263/width754/file-20170605-16877-9yftvs.jpg" style="font-size: 12px;" /></h1>
<h6 style="text-align: center;"><strong><span style="font-size: 1em;"><span>Assessing a tasty treat.&nbsp;</span><span class="attribution"><a class="source" href="https://www.flickr.com/photos/simonwheatley/10765669526/">Simon Wheatley/Flickr</a></span><br /></span></strong></h6>
<h4><strong><span style="font-size: 1em;">The evidence so far</span></strong></h4>
<p>Limited research on baby-led weaning suggests that, to some extent, yes, it can help children develop better eating habits. Preschool children who followed baby-led weaning are <a href="http://bmjopen.bmj.com/content/2/1/e000298.short">less likely to be overweight</a> than those who were spoon-fed. Similarly, <a href="http://onlinelibrary.wiley.com/doi/10.1111/j.2047-6310.2013.00207.x/full">toddlers who had followed the approach</a> were less likely to be fussy eaters, less likely to overeat and were less likely to be overweight.</p>
<p>But is it really as simple as saying that spoons and purees are potentially putting babies at greater risk of being overweight and developing picky eating habits? In a nutshell, no.</p>
<p>A more balanced explanation is that baby-led weaning promotes a number of behaviours that <a href="https://link.springer.com/article/10.1007/s13668-017-0201-2">positively shape</a> an infant&rsquo;s appetite and weight development. The baby-led approach naturally encourages parents to let their baby <a href="https://link.springer.com/article/10.1007/s10995-010-0678-4">go at their own pace</a> when eating. Research with older children shows that when parents <a href="https://ijbnpa.biomedcentral.com/articles/10.1186/1479-5868-5-15">are too controlling</a> over what and how much their child eats, the child is more likely to go on to develop weight problems and be a fussy eater. Babies and young children are <a href="http://www.nature.com/ijo/journal/v28/n7/abs/0802532a.html">good at regulating their intake of food</a> according to energy needs but parents encouraging them to finish all the food on their plate, or withdrawing certain foods so they crave them, can break this down.</p>
<p>The baby-led approach, on the other hand, allows infants to be in control, rather than parents. Although spoon-feeding parents may be responsive, the baby may accept more food than it would eat when self feeding.</p>
<p style="text-align: center;"><iframe height="260" src="https://www.youtube.com/embed/mOfE9RmJzs8?wmode=transparent&amp;start=0" width="440"></iframe></p>
<p>We also know that <a href="http://www.sciencedirect.com/science/article/pii/S0002822311005840">adults who eat slowly</a> are less likely to be overweight. The same could very well apply with infants: naturally, it takes more time for an infant to self-feed and chew whole foods than it does to be spoon-fed purees.</p>
<p>Potentially, the way food is presented to infants who are following baby-led weaning may promote a wider variety of intake too. Food in its whole form may not only be more appealing than puree, but self-feeding also allows infants to explore how foods feel. We know that this is an important part of how children learn: when older children are allowed to play with food they are more likely to eat it.</p>
<h4>The importance of context</h4>
<p>It could be that the healthy food attitudes gained through baby-led weaning are due to factors unrelated to the experience, however. Baby-led weaning has often been <a href="http://onlinelibrary.wiley.com/doi/10.1111/j.1740-8709.2010.00243.x/full">linked with breastfeeding</a> as a natural follow on. Breastfeeding mothers are <a href="http://onlinelibrary.wiley.com/doi/10.1111/j.1365-277X.2010.01145.x/full">more used to their baby being in control</a> of feeding &ndash; although bottle fed babies do follow baby-led weaning too. On average, breastfed babies are <a href="http://onlinelibrary.wiley.com/doi/10.1111/j.2047-6310.2012.00071.x/full">less likely to be overweight or fussy eaters</a> and this might explain the difference, rather than weaning approach.</p>
<p>Healthy attitudes might also be developed because of the type of parent who chooses to baby-led wean. Babies who have a more <a href="http://pediatrics.aappublications.org/content/127/2/229.short">difficult temperament</a> are typically weaned earlier, before the recommend six months point, meaning they are likely to be spoon-fed. Mothers who are <a href="http://europepmc.org/abstract/med/25623385">more anxious</a> about their baby are also more likely to spoon feed too. This anxiety is linked to <a href="http://jn.nutrition.org/content/138/4/799.short">non-responsive feeding</a>, which can increase the risk of the child being overweight.</p>
<p>Overall, it&rsquo;s not a clear answer but current research does suggest that infants who follow a baby-led weaning approach may go on to be better eaters and have a healthier weight &ndash; but more studies are needed to confirm this. However, this doesn&rsquo;t mean that parents who choose to spoon-feed should worry. Babies&rsquo; food attitudes are unlikely to be anything specifically to do with spoons, but rather positive feeding interactions. Giving purees within a mixed diet is unlikely to have a negative impact;&nbsp;<a href="http://www.pinterandmartin.com/why-starting-solids-matters.html">what is important</a>&nbsp;is variation, chance to explore and, most importantly, a laid-back parenting approach.</p>
<h4 style="text-align: center;"><strong>This article was originally published on <a href="http://theconversation.com">The Conversation</a>. Read the <a href="https://theconversation.com/does-spoon-feeding-really-make-babies-overweight-78086">original article</a>.</strong></h4>
    </div>

    <ul class="news-item-post-info-container vcard">
        <li class="news-item-post-info author">
           Posted by
            <span class="fn">Catrin Newman</span>
            &lt;<a class="email" href="mailto:c.a.newman@swansea.ac.uk">c.a.newman@swansea.ac.uk</a>&gt;
        </li>

        <li class="news-item-post-info">
            <a href="/press-office/news-archive/2017/doesspoon-feedingreallymakebabiesoverweight.php" rel="bookmark">
                <abbr class="published" title="2017-06-05T17:06:00+01:00">Monday 5 June 2017 17.06 BST</abbr>
            </a>
        </li>

        <li class="news-item-post-info updated-container">
            <abbr class="updated" title="2019-09-10T14:25:44+01:00">Tuesday 10 September 2019 14.25 BST</abbr>
        </li>

        <li class="news-item-post-info">
        	<span class="fn org">Catrin Newman</span>
        </li>
    </ul>

</div>

                    </div>

                    <div class="layout-related-items">
                    </div>
                </div>


            </div>

            <!--noindex-->
            <div id="footer" class="layout-footer">
                <ul id="footerLinks" class="footer-links">
<!-- navigation object : SU_footer navigation --><li class="footer-links-list-item"><a href="/the-university/contact/">Contact Us</a></li><li class="footer-links-list-item"><a href="/personnel/jobs/">Jobs</a></li><li class="footer-links-list-item"><a href="/the-university/colleges/">Colleges</a></li><li class="footer-links-list-item"><a href="/press-office/">Press</a></li><li class="footer-links-list-item"><a href="https://www.swansea.ac.uk/about-us/safety-and-security/health-and-safety/">Health &amp; Safety</a></li><li class="footer-links-list-item"><a href="/includes/footer/disclaimer-and-copyright/">Disclaimer &amp; Copyright</a></li><li class="footer-links-list-item"><a href="/includes/footer/site-map/">Site map</a></li><li class="footer-links-list-item"><a href="/includes/footer/privacyandcookies/">Privacy and Cookies</a></li><li class="footer-links-list-item"><a href="http://www.swan.ac.uk/course-search/">Course Search</a></li>
                </ul>

                <div id="footerDisclaimer" class="footer-disclaimer">
                    <p class="footer-disclaimer-text">Swansea University is a registered charity. No. 1138342.</p>
                </div>
            </div>
            <!--endnoindex-->

        </div>

    </div>


<script id="desktop-header-template" type="text/x-tmpl-mustache">

    <div id="header" class="layout-header">
        <div class="skip-to-content" id="skipToContent">
            {{{ skipToContent }}}
        </div>

        <h1 id="logo" class="logo">
            {{{ logo }}}
        </h1>

        <div id="globalNavWrapper" class="header-links">
            <ul id="globalNav" class="header-links-list">
                {{{ globalNav }}}
            </ul>
        </div>

        <div id="globalSearch" class="global-search-form">
            {{{ globalSearch }}}
        </div>
                    
        <div id="naviBar" class="main-nav">
            <ul id="mainNav" class="main-nav-list">
                {{{ mainNav }}}
            </ul>
        </div>
    </div>

</script>


<script id="mobile-header-template" type="text/x-tmpl-mustache">

    <div id="header" class="layout-header">
        <span class="layout-menu-bar">
            <a id="layout-menu-bar-toggle" class="layout-menu-bar-toggle" href="#">{{mobile.linksText}}</a>
        </span>

        <a id="logo-link" href="{{mobile.logoLinkHref}}">
            <img class="logo-image" alt="{{mobile.logoAlt}}" src="{{mobile.logoSrc}}" />
        </a>
    </div>

</script>


<script id="desktop-menu-template" type="text/x-tmpl-mustache">

    <div class="layout-content-nav">
        <div id="secondaryNavWrapper">
             <ul id="secondaryNav" class="content-nav content-nav-items">
                 {{{secondaryNav}}}
             </ul>
         </div>
    </div>

</script>


<script id="mobile-menu-template" type="text/x-tmpl-mustache">

    <div class="layout-content-nav">
        <div id="globalNavWrapper">
            {{{globalNav}}}
        </div>

        <div id="naviBar">
            {{{mainNav}}}
        </div>

        <div id="secondaryNavWrapper">
             <ul id="secondaryNav">
                 {{{secondaryNav}}}
             </ul>
         </div>
    </div>

</script>


<script id="desktop-tabs-pod-template" type="text/x-tmpl-mustache">

    <h2 class="tabs-pod-title">{{ podTitle }}</h2>
    <div class="tabs-pod-tabs">

        <ul class="tabs-item-list">
{{#tabs}}
            <li class="tabs-item-list-tab-item tabs-pod-tabs-tab-heading">
                <a class="tabs-item-list-tab-item-link" href="#">{{ tabHeading }}</a>
            </li>
{{/tabs}}
        </ul>

{{#tabs}}
        <div class="tabs-pod-tabs-tab">
            <div class="tabs-pod-tabs-tab-content">
                {{{ tabContent }}}
            </div>
        </div>
{{/tabs}}

    </div>

</script>


<script id="mobile-tabs-pod-template" type="text/x-tmpl-mustache">

    <h2 class="tabs-pod-title">{{ podTitle }}</h2>
    <div class="tabs-pod-tabs">
{{#tabs}}
        <div class="tabs-pod-tabs-tab">
            <h3 class="tabs-pod-tabs-tab-heading is-collapsed">
                <a href="#">{{ tabHeading }}</a>
            </h3>
            <div class="tabs-pod-tabs-tab-content" style="display: none">
                {{{ tabContent }}}
            </div>
        </div>
{{/tabs}}
    </div>

</script>


</body>

</html>
