Forum Discussion
I need to partition an external ssd hard drive to exfat in Windows 11
Here's what's happening: Windows' built‑in formatting tools intentionally hide the exFAT option for certain drives. Specifically, they won't show exFAT if Windows detects the drive as an "internal" drive rather than a removable one. Your new external SSD, despite being used externally, may be reporting itself in a way that Windows categorizes as "fixed disk" rather than "removable."
The good news is exFAT is fully supported by Windows 11. The option is being hidden, not missing from your operating system. This means you just need a tool that doesn't second‑guess your intentions if you want to partition external SSD to exFAT on Windows 11.
How to partition external SSD to exFAT on Windows 11:
1. Press Win + R, type cmd, and press Ctrl + Shift + Enter to run as administrator
2. Type this command and press Enter (replace E with your SSD's actual drive letter):
text
format E: /fs: exfat /q
3. When prompted, press Y and then Enter to confirm
That's it. The /q flag performs a quick format, which is fine for a new drive. Within seconds, your SSD will be formatted to exFAT.
Open File Explorer and confirm your SSD's drive letter. Then close File Explorer completely before running the command.
The /x flag forces the drive to dismount. Use this instead:
text
format E: /fs: exfat /q /x