Danish Scientists Showed That Spot Reducing Works!

Posted April 14, 2007 at 2:31 PM

Tags: Health / Fitness

I read a very cool little review in the May 2007 issue of Muscular Development on page 116. It summarized a Danish study that concluded spot reduction does actually work. As a former Personal Trainer at Equinox in New York City, it was an inevitable conversation that you had to have with every client - spot reduction does not exist; your body has a natural pattern of fat distribution and it will lose weight in the reverse order in which it gains weight. Ultimately, diet is what determines your body composition - you can't out-train a poor diet. But, after all these years, it does seem that targeted exercises may actually help burn fat in a given area.

Here is the article summary as it appears in MD, May 2007 issue:


Danish Scientists Showed That Spot Reducing Works!

For years, scientists told athletes that spot reducing doesn't work. For example, you can't lose arm fat by doing curls and triceps extensions. These conclusions were based on volumetric studies that estimated changes in lean mass and fat in the arms and legs following weeks of specific exercises in those areas. Danish researchers, led by Dr. Bente Stallknecht from the Panum Institute in Copenhagen, showed that spot reducing is effective. Researchers used radioactive tracers (133Xe) to measure changes in fat mass during high-rep knee extensions, which is more sensitive than measuring density changes in the arms and legs. Researchers also studied blood flow and fat breakdown in fat tissue adjacent to working muscles and in fat tissue around inactive muscles in the other leg. After 30 minutes of doing knee extensions with one leg, subjects switched legs and did knee extensions for 120 minutes using more weight. Blood flow and fat breakdown were greatest around the working muscles. The study researchers concluded that specific exercises could cause "spot reducing" because blood flow and fat use was higher in adipose (fat) tissue adjacent to working muscles. Spot reducing was most effective at higher intensities because it generated more heat in the muscles and triggered a higher release of catecholamines (fight-or-flight hormones, such as adrenaline). This was an exciting study for bodybuilders that overturned longstanding beliefs about spot reducing. The take-home message is that spot reducing works. High-rep, high-weight exercises reduce local fat stored best. (American Journal Physiology Endocrinology Metabolism, 292: 394-399, 2007)

Post Comment  |  Ask Ben  |  Other Searches  |  Print Page




Reader Comments

Apr 15, 2007 at 6:27 AM // reply »
1 Comments

When they say "spot reducing is effective" they don't say how much effective. They don't mention any amounts... So, is this effiency so small that present beliefs also stand? Seems so to me...


Apr 15, 2007 at 9:00 AM // reply »
7,207 Comments

@Ante,

I would have to agree with you. If it was overly apparent, it wouldn't take a Danish study to change anyone's minds, right? People would be like, "Yeah, duh!"

But, it's still nice to know that it does technically work, just no magic solution to it.


Apr 15, 2007 at 7:37 PM // reply »
10 Comments

I've suspected for ages that spot reduction really did work, but it's nice to see it scientifically demonstrated.


May 31, 2007 at 8:42 PM // reply »
1 Comments

The measurement values were so small and the slop factors so big that while the results may have been technically correct, in real terms they are meaningless, as other commenters have already pointed out.


Post Comment  |  Ask Ben

Recent Blog Comments
Feb 9, 2010 at 5:34 AM
Creating A "Remember Me" Login System In ColdFusion
Any change you could show how to take advantage how the J2ee session stuff in your code? http://kb2.adobe.com/cps/182/tn_18232.html ... read »
Feb 9, 2010 at 5:32 AM
Creating A "Remember Me" Login System In ColdFusion
This may help: http://bugs.farcrycms.org/browse/FC-79 Its the session variables' option being selected in the CF Admin ... read »
Feb 9, 2010 at 4:14 AM
Ask Ben: Converting a Query to an Array
Exellent script! Tried to make it shorter, gained approx 10% performance improvement :) [CODE] <cffunction name="queryToArray" access="public" returntype="array" output="false"hint="This turns a q ... read »
Feb 9, 2010 at 3:16 AM
Using jQuery's SlideUp() and SlideDown() Methods With Bottom-Positioned Elements
Just a quick fix for the code example above: $('.panel').height() should instead be... $('.panel').outerHeight() ... read »
Feb 9, 2010 at 3:09 AM
Using jQuery's SlideUp() and SlideDown() Methods With Bottom-Positioned Elements
I came across this page because I was searching for a certain behavior. I didn't just want the element to slide up; I wanted it's contents to slide up with it. As if the contents were written on a p ... read »
Feb 9, 2010 at 12:57 AM
Ask Ben: Creating A PDF And Attaching It To An Email Using ColdFusion
Have you got any reference to code explaining the procedure to use cfdocument, file to disk and attach to email? ... read »
Feb 8, 2010 at 11:27 PM
Why NULL Values Should Not Be Used in a Database Unless Required
@Randi, While I can appreciate your specific situation, I personally am not a fan of a situation where people have the option to run their own ad-hoc reports on the database. This is, honestly, a r ... read »
Feb 8, 2010 at 11:15 PM
Creating Microsoft Excel Documents With ColdFusion And XML
@Candice, No problem - glad you got it figured out. @David, To view the XLS document as an XML file, if I remember correctly, I actually opened up the document in Excel and then went "File > ... read »