On Windows 11 a drive that shows normal storage usage but opens as an empty folder usually means there is display or system-level issue rather than actual data loss. Most of the time files are still on the drive, but Windows File Explorer cannot correctly display them due to hidden attributes, file system errors, driver problems, or malware interference. That said there might also be issues with the drive but we'll check everything else to hopefully rule that out first.
Takeaways:
- What's causing drives to appear empty on Windows even though they have data on them?
- Learn how to fix files that won't delete of a drive on Windows.
- Learn how to fix drives not showing data properly in File Explorer on Windows.
Table of Contents
Why Hard Drive Files Do Not Show
There are quite a few different reasons you might be having this issue. Unfortunately there's no single way to check which one of the potential issues it is so you'll have to work your way through some steps.
- Hidden Files and System Attributes
- File System Corruption
- Malware or Shortcut Viruses
- Driver or System Issues
- Connection or Hardware Problems
Alternatively, if you are having issues with files not deleting from drives on Windows you will need to read this guide.
How to Fix Drives Appear Empty but Files Still Exist (Drives not Appearing)
Hidden files are one of the most common causes of this issue. But this isn't usually something that is enabled by default. Hiding files is typically done manually by the person who owns the files/drive.
- Open File Explorer
- Go to the View tab
- Enable Hidden items
- Then restore file visibility using Command Prompt:
- Open Command Prompt as administrator
- Enter: attrib -h -r -s /s /d X:.
- Replace X with your drive letter
- Press Enter
Use Data Recovery Software
If Windows cannot display files, recovery tools can scan the raw disk data.
- Connect the drive to the computer
- Open a recovery tool
- Select the affected drive
- Start a full scan
- Preview found files
- Recover them to a different drive
Run CHKDSK to Repair File System
File system errors can prevent files from appearing correctly.
- Open Command Prompt as administrator
Enter: chkdsk X: /f /r - Replace X with the drive letter
- Wait for the scan to complete
- Restart the computer
This can repair logical disk errors and restore file visibility.
Use the Windows 11 SFC Tool
Another good fix for this problem is to run the SFC tool.
- First type CMD into the Start menu then right-click Command Prompt and choose Run as administrator.
- When you have Command Prompt open type the following command into Command Prompt and press Enter.
sfc /scannow

It may take some time to complete so be patient. If any errors are found they should be repaired automatically. If it doesn’t complete properly Restart your computer in Safe Mode and repeat the process.
Use the Windows 11 DISM tool
If the SFC tool returned an error message, open Command Prompt as Administrator, then enter the following commands in order.
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
Scan for Malware and Viruses.
You can use any software you like for this process. However Windows Defender is probably the best option these days. Most other tools are just bloatware. If you have one installed use it anyway. The more help you get the better.
Update Storage Drivers
Driver issues can affect how Windows reads the drive.
- Right-click This PC
- Select Manage
- Open Device Manager
- Expand Disk drives
- Right-click the affected drive
- Select Update driver
- Restart the computer
Format the Drive After Recovery (Not for every situation)
If you have already taken the files off the drive but are having issues with them you might as well format the drive and see if the problem goes away. Again if there are problems with formating check out this guide.
- Back up recovered files
- Open Disk Management
- Right-click the drive
- Select Format
- Choose NTFS
- Enable Quick Format
- Confirm
