How to fix Windows 11 File Explorer showing the wrong drive letter or missing drives after an update
Summary
This guide helps you troubleshoot and resolve: How to fix Windows 11 File Explorer showing the wrong drive letter or missing drives after an update. Follow the steps below to fix the issue.
Common Causes
After a Windows 11 feature update, cumulative update, or driver change, File Explorer can occasionally display the wrong drive letter, hide a partition entirely, or fail to recognise a connected drive. In most cases, the underlying disk is healthy and the issue is caused by a stale drive letter assignment, a missing mount point, or a driver that needs to be reinitialised. This guide walks you through the steps to restore correct drive letters and bring missing drives back into view.
Before You Begin
Confirm the drive is physically detected before changing any settings. Open Device Manager by pressing Windows + X and selecting Device Manager. Expand Disk drives and verify your drive appears without a yellow warning triangle. If a warning is shown, right-click the drive, choose Properties, and review the device status code before continuing.
Quick Fix Steps
- Restart Windows to remount any disconnected volumes.
- Open Disk Management by pressing
Windows + Xand selecting Disk Management. - Confirm all partitions are visible and have a drive letter or path assigned.
- If a partition shows as RAW or Unallocated, run
chkdskfrom an elevated Command Prompt. - Reinstall the storage controller driver from Device Manager if the issue began after a driver update.
Detailed Instructions
Check Disk Management
Disk Management is the most reliable place to see every partition, even those hidden from File Explorer.
- Press
Windows + Xand select Disk Management. - Review the lower pane. Each disk is listed with its partitions.
- Look for any partition that does not have a drive letter (no letter such as C:, D:, E: next to the volume).
- Right-click the affected partition and choose Change Drive Letter and Paths….
- Click Add, select a letter from the drop-down, and choose OK.
Assign a New Drive Letter
If the drive is detected but File Explorer shows the wrong letter, you can reassign it.
- In Disk Management, right-click the volume and choose Change Drive Letter and Paths….
- Select the current letter and click Remove. Confirm the warning.
- Click Add, pick a new letter, and select OK.
- Close Disk Management and refresh File Explorer with
F5.
D:\Projects). Changing a drive letter can break these references. Use a consistent letter or create a symbolic link if software depends on a specific path.
Run CHKDSK to Repair File System Errors
If a partition shows as RAW or is missing despite being detected, the file system may be corrupted.
- Press
Windows + S, typecmd, and select Run as administrator. - Type
chkdsk X: /f /r(replaceXwith the affected drive letter) and pressEnter. - If the drive is in use, you will be prompted to schedule the scan for the next restart. Type
Yand reboot. - Allow the scan to complete. This can take several hours on large drives.
Reinstall the Storage Controller Driver
A faulty or outdated storage driver is a common cause after a Windows update.
- Press
Windows + Xand open Device Manager. - Expand Storage controllers (or IDE ATA/ATAPI controllers on some systems).
- Right-click the primary storage controller (commonly Intel(R) RST or Standard NVM Express Controller) and choose Uninstall device.
- Tick Attempt to remove the driver for this device if the option appears, then confirm.
- Restart Windows. The driver will reinstall automatically.
Run the Hardware and Devices Troubleshooter
- Press
Windows + Ito open Settings. - Navigate to System > Troubleshoot > Other troubleshooters.
- Find Hardware and Devices and select Run.
- Follow the prompts and apply any recommended fixes.
Check for a Pending Windows Update
Microsoft regularly releases fixes for storage and File Explorer issues.
- Open Settings with
Windows + I. - Select Windows Update from the left pane.
- Click Check for updates and install anything pending.
- Restart when prompted and verify the drive letter is correct.
Troubleshooting
The Drive Still Does Not Appear
- Open an elevated Command Prompt and run
diskpart, then typelist volumeto confirm Windows detects the partition. - If the volume is listed as Hidden, type
select volume X(replaceXwith the number), thenassign letter=E(or any free letter). - Check the BIOS or UEFI firmware to confirm the SATA or NVMe port is enabled and the drive is not switched off.
- Test the drive in another computer or with a different cable to rule out hardware failure.
Drive Letter Keeps Reverting After Reboot
- A background service or scheduled task may be reassigning the letter. Open Task Scheduler and review tasks under Task Scheduler Library for any reference to the drive.
- Disable any third-party partition tools (such as MiniTool or Macrium) that may be auto-assigning letters.
- Ensure the drive is not part of a Storage Spaces pool or a dynamic disk configuration that overrides manual assignments.
RAW File System Error
A RAW partition means Windows cannot read the file system. Do not format the drive until you have attempted recovery.
- Run
chkdsk X: /ffrom an elevated Command Prompt. - Use a reputable data recovery tool to copy files to another drive before attempting a format.
- If recovery is unsuccessful, back up what you can and use Disk Management to format the volume as NTFS.
External Drive Not Recognised
- Try a different USB port, preferably one directly on the motherboard (rear panel on a desktop).
- Open Device Manager, expand Universal Serial Bus controllers, and uninstall any unknown USB devices, then rescan.
- Test the drive on another computer to confirm it is functional.
Related Articles
- How to free up disk space in Windows 11
- How to check disk health using S.M.A.R.T. data in Windows
- How to troubleshoot USB devices that are not detected in Windows 11
Still Having Issues?
💻 Open a Ticket