UK tech experts · info@vividrepairs.co.uk
Vivid Repairs
Windows Disk Management showing multiple small partitions on a hard drive alongside a main C drive volume on a desktop PC
Fix It Yourself · Troubleshooting

extra partitions HDD

Published 24 August 202612 min read
As an Amazon Associate, we may earn from qualifying purchases. Our ranking is independent.

You open File Explorer or Disk Management one day and there they are. Two, maybe three, little mystery drives sitting alongside your main C: partition. No label you recognise, no idea where they came from. I see this every single week on remote support calls, and the good news is it's almost never a problem. The bad news is that half the advice floating around online will tell you to delete them immediately, which can genuinely stop your PC from booting. So let's sort this out properly.

TL;DR

Extra partitions HDD users see in Disk Management are almost always Windows system, EFI, or recovery partitions created automatically during installation or upgrades. The quickest fix is to hide them by removing their drive letters. Only delete a partition after confirming it's obsolete using reagentc /info.

⏱️ 13 min read ✅ 88% success rate 📅 Updated July 2026

Key Takeaways

  • Extra partitions HDD shows are almost always created by Windows itself, not malware or errors.
  • System Reserved, EFI, and active Recovery partitions must never be deleted without checking first.
  • Hiding a partition by removing its drive letter is the safest and fastest fix.
  • Run reagentc /info to find out which recovery partition Windows is actually using.
  • Old recovery partitions left behind by Windows feature updates are the most common culprit.
  • A good partition manager tool makes the whole process much safer if you're not confident in Disk Management.

At a Glance

  • Difficulty: Easy to Medium
  • Time Required: 5 to 30 mins
  • Success Rate: 88% of users

What Actually Causes Extra Partitions HDD Problems?

Here's the thing: Windows is the one creating these partitions. Every time you install Windows on a blank drive, it doesn't just write itself onto one big chunk of space. It carves out smaller sections first. There's the EFI System Partition (usually 100 MB on modern UEFI machines, occasionally up to 500 MB) which holds the boot manager and Boot Configuration Data. Without that, your PC can't start Windows at all. Then there's the Windows Recovery Environment partition, typically 400 MB to 1 GB, which is what powers the repair and reset tools you get when you boot into recovery mode.

So right away, a fresh Windows install on a new drive will show you at least two or three partitions in Disk Management even though you only asked for one. That's completely normal. The confusion usually starts when people see them assigned a drive letter and showing up in File Explorer as if they're separate drives.

The trickier situation is when you've had Windows for a while and suddenly notice an extra partition appearing that wasn't there before. This is almost always caused by a major Windows feature update, like the annual version upgrades (22H2, 23H2, and so on). When Windows updates itself to a new version, it needs to update the recovery partition too. If the existing recovery partition is too small to hold the new recovery tools, Windows creates a brand new recovery partition and leaves the old one sitting there. Completely unused. Just taking up space and confusing everyone.

Other causes worth knowing about: if you've ever had a dual-boot setup with Linux or an older version of Windows, partitions from that previous configuration can hang around long after you've moved on. BitLocker encryption also sometimes requires its own separate partition for boot files. And some PC manufacturers (Dell, HP, Lenovo) add their own OEM recovery partitions during factory setup, which can be anywhere from 8 GB to 20 GB and contain their proprietary reset tools.

The key point is that extra partitions HDD users find are almost never a sign of something going wrong. They're usually a sign that Windows has been doing its job, just not tidying up after itself particularly well. According to Microsoft's official UEFI/GPT partition documentation, a standard Windows installation on a GPT disk is expected to have at least three partitions: the EFI System Partition, the Microsoft Reserved Partition, and the Windows partition itself. Add a recovery partition and you're already at four before you've done anything unusual.

Extra Partitions HDD Quick Fix: Hide Them Without Deleting Anything

If you just want to stop seeing these partitions cluttering up File Explorer, this is your answer. Removing a drive letter from a partition hides it completely from File Explorer whilst leaving it fully functional. The boot manager can still find the EFI partition. Windows Recovery still works. Nothing breaks. It just stops showing up as a drive. I'd say this is the right call for 80% of people who contact us about this.

1

Hide via Disk Management Easy

  1. Open Disk Management
    Press Windows + X and select Disk Management from the menu.
  2. Find the extra partition
    In the lower pane, look for small partitions (100 MB to 1 GB) labelled System, EFI, or Recovery.
  3. Remove the drive letter
    Right-click the partition and select Change Drive Letter and Paths. Click the assigned letter (e.g. E:) and choose Remove, then click Yes.
  4. Verify
    Open File Explorer. The partition should no longer appear as a drive.
The partition is still there and still working. It just won't bother you in File Explorer anymore.
2

Hide via Command Prompt (diskpart) Easy

  1. Open elevated Command Prompt
    Press Windows + R, type cmd, then press Ctrl + Shift + Enter to run as administrator.
  2. Start diskpart and list volumes
    Type diskpart and press Enter. Then type list volume and press Enter. Find the volume number of the extra partition.
  3. Select and remove the letter
    Type select volume X (replace X with the correct number), then type remove letter=E (replace E with the actual letter). Press Enter after each command.
  4. Exit diskpart
    Type exit and press Enter.
Done. Same result as the Disk Management method, just via the command line.
If a partition keeps reappearing with a drive letter after reboot, try running mountvol X: /d in an elevated Command Prompt (replace X with the drive letter). This removes the mount point more permanently.
If you're planning to do anything more than just hiding drive letters, a dedicated partition manager tool is worth having. Windows' built-in Disk Management is fine for basic tasks but it won't let you delete protected partitions or resize things as flexibly. A good partition manager handles the extra partitions HDD cleanup process much more safely, with visual previews before anything is committed.

More Extra Partitions HDD Solutions: Identify and Remove Obsolete Ones

Hiding partitions is the safe option. But if you've got a genuinely obsolete recovery partition sitting there eating 500 MB to 1 GB of space, you might actually want it gone. This is especially common after Windows 11 feature updates, which have a habit of leaving old recovery partitions behind. The process takes a bit more care but it's not difficult if you follow the steps in order.

The golden rule here: never delete a partition without first confirming it's not the one Windows is actually using. That's what the reagentc command is for. I've seen people skip this step and then wonder why their PC drops into a black screen the next time they try to reset Windows.

3

Identify and Delete Obsolete Recovery Partitions Medium

  1. Check which recovery partition is active
    Open an elevated Command Prompt and run reagentc /info. Note the disk number and partition number shown next to Windows RE location. That partition is off limits.
  2. Cross-reference in Disk Management
    Open Disk Management (Windows + X). Count the partitions on your disk from left to right (partition 1, 2, 3, etc.) and match the number from reagentc. Any Recovery partition not matching that number is a candidate for deletion.
  3. Back up first
    Seriously. Even though you're targeting an old recovery partition, back up your important data to an external drive before proceeding. Takes five minutes and saves a lot of grief.
  4. Delete the obsolete partition
    In Disk Management, right-click the confirmed obsolete partition and select Delete Volume. Confirm when prompted. The space becomes unallocated.
  5. Extend your main drive
    Right-click your C: drive and select Extend Volume. Follow the wizard to absorb the unallocated space. Note: this only works if the unallocated space is directly adjacent to C: on the right. If it isn't, a partition manager tool handles non-adjacent merging much better than built-in Disk Management.
  6. Verify recovery still works
    Run reagentc /info again. Confirm it still shows a valid location. Then try pressing F11 or Windows + I > System > Recovery to confirm the recovery environment is accessible.
You've recovered the disk space and your recovery environment is still intact.

According to Microsoft's Windows RE technical reference, the recovery environment partition should be at least 500 MB for Windows 11 systems. If your active recovery partition is smaller than that, it may be worth rebuilding it via a clean install rather than trying to patch it.

One thing I'll add from experience: if you're dealing with a drive you're planning to move between systems, say you're thinking about doing a transfer of an HDD to a Mac, cleaning up these extra partitions beforehand makes the process considerably less confusing. macOS will still see them as separate volumes otherwise.

Advanced Extra Partitions HDD Fixes

These are for situations where the standard approach won't cut it. Either the disk is completely cluttered from multiple reinstalls, or you're dealing with a secondary drive that you want to wipe completely clean. Don't use these on your primary Windows drive unless you're ready to reinstall everything.

4

Wipe a Non-System Disk Completely with diskpart Advanced

  1. Confirm this is NOT your Windows drive
    Absolutely critical. Open Disk Management and confirm which disk number holds your C: drive. Do not run the clean command on that disk.
  2. Open elevated Command Prompt and run diskpart
    Type diskpart and press Enter. Then type list disk to see all disks with their numbers and sizes.
  3. Select the target disk and clean it
    Type select disk X (replace X with your secondary disk number). Then type clean and press Enter. This removes every partition and all data on that disk instantly.
  4. Exit and reinitialise
    Type exit. Open Disk Management. Right-click the disk and choose Initialize Disk. Choose GPT for modern systems. Then right-click the unallocated space and create a new simple volume, formatting as NTFS.
The clean command is irreversible. Every partition and every file on that disk is gone. Triple-check the disk number before pressing Enter.
5

Rebuild System Partitions via Clean Install Advanced

  1. Back up everything
    Copy all user data, documents, photos, and anything else you need to an external drive. A clean install wipes the entire system disk.
  2. Create Windows installation media
    Download the Windows Media Creation Tool from Microsoft and create a bootable USB drive with at least 8 GB of space.
  3. Boot from the USB and delete all partitions
    Boot from the USB, proceed to the disk selection screen, and delete every partition on the system disk one by one. Then select the resulting unallocated space and click Next. Windows setup will create the correct EFI, System Reserved, and Recovery partitions automatically.
  4. Complete the installation
    Follow the Windows setup wizard through to completion. When you're done, Disk Management will show a clean, properly structured disk with only the partitions Windows actually needs.
A clean install is the most thorough way to eliminate extra partitions HDD clutter that has built up over years of upgrades.

Preventing Extra Partitions HDD Issues in Future

Most of this is honestly about not fighting Windows when it's doing its thing. The biggest cause of partition clutter is repeated reinstalls on the same disk, each one leaving behind its own recovery partition because the previous one was too small. If you're doing a fresh install, delete all existing partitions at the disk selection screen and let Windows start from scratch. It creates exactly what it needs and nothing more.

Here's a practical priority list, most important first:

  1. Screenshot Disk Management after your initial setup. Seriously, do this now if you haven't. Takes 10 seconds and means you'll always know which partitions were original and which ones appeared later.
  2. Never delete EFI, System Reserved, or Recovery partitions casually. Always run reagentc /info first. Always.
  3. Plan before you dual-boot. Adding Linux or a second Windows installation creates extra partitions by design. Know what you're getting into before you start.
  4. Follow Microsoft's guidance for BitLocker. Enabling or disabling encryption incorrectly can create new partitions or leave orphaned ones behind.
  5. Stick to Windows Disk Management or a reputable partition manager for partition tasks. Random third-party tools found via a Google search are more likely to leave odd partitions or mess up your partition table than fix anything.

One more thing worth mentioning: if you ever plan to move your drive to a different machine or operating system, tidy up your partitions first. The same applies if you're considering a HDD transfer to a Mac, where Windows recovery and EFI partitions will show up as foreign volumes and cause confusion.

Extra Partitions HDD: Summary

Right, so here's where we land. Extra partitions HDD users see in Disk Management are almost always put there by Windows itself, either during installation, after a feature update, or by the PC manufacturer. The System Reserved and EFI partitions are essential for booting. The Recovery partition is essential for reset and repair tools. You don't want to touch those without checking first.

The fastest fix is just removing the drive letter so the partition stops showing up in File Explorer. Takes about five minutes and carries zero risk. If you've confirmed via reagentc /info that a recovery partition is genuinely obsolete, you can delete it and reclaim the space. And if your disk is a complete mess after years of upgrades, a clean install is the nuclear option that sorts everything out properly.

The extra partitions HDD problem is one of those things that looks alarming and turns out to be completely manageable once you know what you're looking at. If you're ever unsure whether a partition is safe to touch, don't guess. Either ask someone who knows, or leave it alone and just hide it. A hidden partition that does its job quietly is infinitely better than a deleted partition that stops Windows from starting.

Frequently Asked Questions

Not all of them. System Reserved, EFI, and active Recovery partitions are essential for booting and recovery. Run 'reagentc /info' in an elevated Command Prompt first. Only partitions not referenced there and not marked System or EFI are candidates for deletion.

Major Windows version upgrades sometimes create a new recovery partition when the existing one is too small to hold the updated recovery tools. The old partition gets left behind. This is the most common reason people suddenly spot extra partitions HDD after a feature update.

Yes, and that is often the safest option. In Disk Management, right-click the partition, choose Change Drive Letter and Paths, select the letter, and click Remove. The partition stays fully functional for boot and recovery but disappears from File Explorer.

System Reserved or EFI partitions (100 to 500 MB) hold the boot manager and Boot Configuration Data that Windows needs to start up. Recovery partitions (400 MB to 1 GB) hold the Windows Recovery Environment, which is the toolkit used for system reset and repair. Both are created automatically by Windows.

Open an elevated Command Prompt and run 'reagentc /info'. The output shows the exact disk and partition number of the active Windows Recovery Environment. Any recovery partition not listed there is a candidate for removal.