“>

.hts-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:6px;flex-shrink:0}.hts-hamburger span{display:block;height:2px;background:var(–green-800);border-radius:2px;transition:all .3s}.hts-hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hts-hamburger.open span:nth-child(2){opacity:0;transform:scale(0)}.hts-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hts-mob-nav{position:fixed;inset:0;background:rgba(255,255,255,.97);z-index:99;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s}.hts-mob-nav.open{opacity:1;pointer-events:all}.hts-mob-nav-in{display:flex;flex-direction:column;align-items:center;gap:28px;text-align:center}.hts-mob-nav-in>a{font-size:1.5rem;font-family:var(–serif);color:var(–green-800);font-weight:400}.hts-mob-nav-in>a:hover{color:var(–green-600)}.hts-mob-nav-close{position:absolute;top:24px;right:24px;background:none;border:none;font-size:2rem;cursor:pointer;color:var(–stone-500);line-height:1}@media(max-width:880px){.hts-hamburger{display:flex}.hts-nav-cta{display:none!important}.hts-links{display:none!important}}@media(min-width:881px){.hts-mob-nav{display:none!important}}

(function(){var btn=document.getElementById(‘htsMenu’),mob=document.getElementById(‘htsMobNav’),cls=document.getElementById(‘htsMobClose’);function openMenu(){mob.classList.add(‘open’);btn.classList.add(‘open’);document.body.style.overflow=’hidden’;}function closeMenu(){mob.classList.remove(‘open’);btn.classList.remove(‘open’);document.body.style.overflow=”;}if(btn)btn.addEventListener(‘click’,openMenu);if(cls)cls.addEventListener(‘click’,closeMenu);if(mob)mob.addEventListener(‘click’,function(e){if(e.target===mob)closeMenu();});}());

Tree Surgery Services

Stump Removal in Hampshire

Professional stump grinding and removal across Winchester and Hampshire — taking stumps well below ground level so you can reclaim the space for lawn, paving or new planting.

★★★★★ Trusted by homeowners across Winchester & Hampshire

Sound familiar? You’re in the right place.

🌳

A tree has been felled and the stump is now in the way of new planting or landscaping plans

🚜

The stump is preventing you from mowing, using or laying a lawn over that part of the garden

🍄

Fungus or new shoots are sprouting from the stump and you want it gone completely

🏗️

You’re preparing ground for a driveway, extension or build and stumps need clearing from the footprint

Why stumps need dealing with

A felled tree leaves behind a stump that — depending on the species — can reshoot, harbour disease, create a trip hazard or obstruct future landscaping. 📖 Not sure yet whether your tree actually needs to come down? See our guide: 7 signs a tree needs removing.

🌱

Prevents re-shooting

Many species — ash, willow, cherry — shoot vigorously from a cut stump. Grinding below the root collar stops this completely.

🍄

Removes disease risk

Decaying stumps attract honey fungus and other root pathogens that can spread to nearby healthy trees and shrubs.

🏡

Reclaims the space

With the stump ground out and the void filled with wood chip, the area is ready for new turf, paving or planting.

Grinding vs. full excavation — what’s right for your stump?

Stump grinding is the most efficient and widely used method. A stump grinder — a machine with a rotating cutting wheel — grinds the stump down to well below ground level, typically 200–300mm deep. The resulting wood chip can be left to fill the void or removed from site. Grinding doesn’t extract the root system, but it prevents re-growth and removes the obstruction. This is the right solution for the vast majority of stumps.

Full stump and root excavation is occasionally necessary — for example where a large stump sits directly against a building foundation, or where root removal is required as part of a major landscaping project. This involves mechanical excavation and is significantly more disruptive and costly. We advise on this where it’s genuinely the right approach.

  • Grinding available for stumps of any size, including large mature trees
  • Compact tracked grinders for restricted access — narrow gates, terraced gardens
  • Multiple stumps on one visit — cost-effective for clearance projects
  • Wood chip mulch can be left on site or removed
  • Underground service checks advised before grinding near utility lines

Ready to get rid of that stump once and for all?

We’ll measure the stump and give you a fixed price on the spot. No obligation, same-day response.

🎓NPTC QualifiedCertified arborists
⚙️Professional EquipmentTracked grinders, any access
Below Ground LevelSpace fully reclaimed
🛡️£5m Public LiabilityFully insured
5-Star RatedTrusted locally

Stump removal questions answered

Common questions from Hampshire homeowners about stump removal and grinding.

Typically 200–300mm below ground level — enough to bury the stump, fill the void and allow turf or paving over the top. If you need it deeper (for example, for a new tree planting in the same spot), let us know and we’ll grind to the required depth.

Yes — once the stump is ground below the root collar, the root system has no means of generating new growth and will gradually decay in the ground. For most species this is a clean, permanent solution. The one exception is some species (like poplar or willow) that can occasionally throw up suckers from surviving roots — we’ll advise if this is a risk for your tree.

Stump grinding produces a significant volume of wood chip mixed with soil. You can choose to have it left on site to fill the void — it will rot down over 2–3 years — or we can remove it as part of the job. If you’re planning to turf or pave immediately, removal is the better option.

We have tracked compact stump grinders that can pass through a standard 800mm garden gate. For very restricted sites, we’ll assess access when we visit to quote and will let you know if there are any constraints.

If the stump is near gas, water or electric services, it’s worth checking service routes before grinding. We recommend using a cable avoidance tool (CAT) scan for stumps close to buildings or known service routes. We can advise on this when we survey the site.

We serve customers across Hampshire — including Romsey, Alresford, Chandler's Ford and Stockbridge.

Get a free stump removal quote

Tell us the approximate size and location of the stump — or send us a photo — and we’ll give you a clear, competitive price.

(function(){
var nav=document.getElementById(‘hts-nav’);
window.addEventListener(‘scroll’,function(){nav.classList.toggle(‘scrolled’,window.scrollY>20)},{passive:true});
document.querySelectorAll(‘.hts-faq-q’).forEach(function(btn){
btn.addEventListener(‘click’,function(){
var item=this.closest(‘.hts-faq-item’),wasOpen=item.classList.contains(‘open’);
document.querySelectorAll(‘.hts-faq-item.open’).forEach(function(el){el.classList.remove(‘open’)});
if(!wasOpen)item.classList.add(‘open’);
});
});
document.documentElement.classList.add(‘has-reveal’);var rev=document.querySelectorAll(‘.hts-card,.hts-split,.hts-trust-grid,.hts-faq,.hts-cta-band’);if(‘IntersectionObserver’ in window){var ro=new IntersectionObserver(function(es){es.forEach(function(e){if(e.isIntersecting){if(e.target.matches(‘.hts-card’)){var idx=Array.prototype.indexOf.call(e.target.parentNode.children,e.target);e.target.style.transitionDelay=(idx*0.1)+’s’;}e.target.classList.add(‘shown’);ro.unobserve(e.target);}});},{threshold:0.08});rev.forEach(function(el){ro.observe(el);});}else{rev.forEach(function(el){el.classList.add(‘shown’);});}
})();