Forum Discussion
Timothy310
Jan 02, 2025Iron Contributor
USB drive not visible in file explorer
I have a new laptop which runs on windows 11, when I put a USB stick in, it makes the usual "ding" but it does nothing and is not visible in file explorer. I have done a bit of googling and as a res...
MaverickNexus
Jan 02, 2025Iron Contributor
If your USB stick appears in Disk Management but you can't assign a drive letter:
- Check for Read-Only Status:
Open Command Prompt (Admin) and run: - bashdiskpart list disk select disk X (replace X with your USB disk number) attributes disk clear readonly
- Format the Drive:
In Disk Management, right-click the USB stick and select Format (if the data is not needed). - Update USB Drivers:
Go to Device Manager, find the USB under Disk Drives, right-click, and select Update Driver.
If none of these work, the USB stick might be corrupted. Test it on another device to confirm.