How to Show or Hide Empty Drives in Windows 11

Richard
Written by
Richard
Mar 10, 2024 Updated May 2, 2026 3 min read

This guide explains how to show or hide empty drives in your File Explorer on Windows 11.

What Are Empty Drives?

Empty drives are storage slots that appear in File Explorer but contain no data. These often include empty SD card readers, unused USB ports, or partitioned drives that haven’t been formatted. Windows 11 hides these by default to keep your file list clean. Why? To prevent confusion and reduce visual clutter. What happens when done? You gain a cleaner view of your active storage devices.

Why Manage Drive Visibility?

Managing drive visibility helps you organize your workspace. If you have a multi-slot card reader, your computer might show four or five empty drive letters. This makes it hard to find your actual hard drive. Hiding them makes your computer easier to navigate. Showing them helps you identify which ports are ready for new media.

Best Method for Your Needs

MethodBest ForDifficulty
Settings AppQuick togglingEasy
File Explorer OptionsStandard usersEasy
Registry EditorAdvanced power usersHard
PowerShellAutomationAdvanced

Method 1: Using the Settings App

  1. Press Windows key + I to open Settings.
  2. Click System on the left.
    Windows 11 Settings app System button location
  3. Select For developers.
    Windows 11 For developers tile
  4. FLAG: Admin privileges may be required Expand the File Explorer section.
  5. Toggle Show empty drives to your preference.
    show empty drives tile

Method 2: Using File Explorer Options

1. Open File Explorer. 2. Click the three dots (…) in the top menu. 3. Select Options. 4. Go to the View tab. 5. Find Hide empty drives and check or uncheck it.

File Explorer hide empty drives

Method 3: Advanced Registry Configuration

FLAG: Admin privileges required. Modifying the registry can cause system issues if done incorrectly. Always back up your registry first.

  1. Press Windows key + R, type regedit, and hit Enter.
  2. Navigate to: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
  3. Find the DWORD named HideDrivesWithNoMedia.
  4. Set the value to 1 to hide or 0 to show.

Method 4: Using PowerShell

FLAG: Admin privileges required. You can automate this using PowerShell.

PowerShell
# To hide empty drives
Set-ItemProperty -Path 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced' -Name 'HideDrivesWithNoMedia' -Value 1

Troubleshooting Common Issues

If your drives still appear, check your Disk Management settings. Sometimes, a drive is not empty but simply lacks a file system. If you see a card reader that won’t go away, you may need to update your card reader drivers in Device Manager.

Summary

Managing empty drives helps keep your Windows 11 File Explorer tidy. You can use the Settings app for a simple toggle, or use the Registry Editor for advanced control. Always remember to check your hardware drivers if drives persist unexpectedly. By following these steps, you can customize your storage view to match your workflow.

Does hiding empty drives affect external hard drives?

No. This setting only hides drives that have no media inserted or no data structure. If your external hard drive is plugged in and has files, it will remain visible in File Explorer regardless of this setting. It only affects empty slots like card readers or unformatted partitions.

Why do my card reader slots show up as empty drives?

Windows assigns a drive letter to every available slot in a multi-card reader to ensure they are ready for use. If no card is inserted, Windows treats the slot as an empty drive. This is normal behavior for hardware controllers that reserve drive letters for potential storage media.

Is it safe to modify the registry to hide drives?

Yes, it is safe if you follow the correct path. However, the registry is a sensitive area of Windows. Always create a system restore point before making changes. If you are not comfortable with the registry, use the Settings app method instead, as it is much safer for everyday users.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *

Exit mobile version