If there is no exFAT format option in Windows, you can still format a drive to exFAT by creating a new partition, using Command Prompt or DiskPart, or using MiniTool Partition Wizard. This guide explains why the exFAT option is missing and how to fix the issue.

No exFAT Format Option Available Issue

When you format a drive using File Explorer or Windows Disk Management, you may find that the exFAT format option is not available. This can happen when you try to format an existing partition, especially on an internal hard drive.

If there is no exFAT format option, you can still format the drive to exFAT by creating a new partition, using Command Prompt or DiskPart, or using MiniTool Partition Wizard.

Some users have reported this issue with internal hard drives:

I have an internal hard drive that I use as storage where I dump the stuff I need backed up. I want to format it to exFAT instead of NTFS so that it doesn’t have to deal with permissions. The problem is, it only appears to be available to format as NTFS. Is there a way to force it to be formatted as exFAT?superuser.com

The no exFAT format option issue can also occur with external hard drives. For example:

I cannot format my external HDD from NTFS to exFAT on windows 10. All my drivers are updated and every time I start format it fails instantly. Anybody have any suggestions or know how to fix this? I was trying to use it for my ps4 so I can back up games and save data but I can’t do that without it being in exFAT format. Please help?answers.microsoft.com

If you encounter the same problem, try the following methods.

Method 1. Delete and Create an exFAT Partition

The first method is to delete the partition and then create an exFAT partition on the unallocated space. Although Windows Disk Management doesn’t support formatting an internal hard drive to exFAT directly, it supports creating an exFAT partition. Therefore, you can try this method. Here is the guide:

Step 1: Press Windows key + R to open the Run dialog. In the dialog, type “diskmgmt.msc” and then press Enter. In this way, you can open the Disk Management tool.

Step 2: Right click on the partition that you want to format to exFAT, and then choose Delete Volume. Then, click Yes.

Warning:
Deleting a partition removes all data stored on it. Back up any important files before proceeding and make sure you select the correct partition.

delete volume

Step 3: After the partition is deleted successfully, it becomes unallocated space. Right click on the unallocated space and choose New Simple Volume. Then, follow the wizard to create a new partition. In this process, please choose exFAT when you are asked to choose a file system.

Tip: The exFAT format option only appears when the partition to be created is larger than 32GB. If the new partition is smaller than 32GB, there are only FAT32 and NTFS options.

create an exFAT partition

Free Windows 10 Disk Management Helps Manage Disks and Partitions
Free Windows 10 Disk Management Helps Manage Disks and Partitions

How to get to Disk Management Windows 10 for disk or partition management? This post shows you much on disk management Windows 10.

Read More

Method 2. Use Command Line

Apart from the above method, Windows also allows you to format the drive to exFAT directly by using command lines. There are 2 different command lines that you can use to format a drive to exFAT.

Command 1: Format the Drive to exFAT Through CMD

Warning:
Formatting erases the data on the selected partition. Back up important files first and make sure the drive letter is correct before running the command.
  1. Type “cmd” into Windows search box, right click on the best-matched result, and choose Run as administrator.
  2. In the cmd.exe window, type command “format f: /fs:exfat” (where F is the drive letter of the partition you want to format) and press Enter.
  3. Type the current volume label. If the partition has no label, please press Enter key for none.
  4. Type “Y” to confirm the format operation.
  5. Type new partition label. Likewise, press Enter key for none.

format a drive in cmd

Through this way, you can format a drive to exFAT. But please note that this method may take a long time if the partition is large, because this method will perform a full format.

Command 2: Format the Drive to exFAT Through DiskPart

Compared with the above command, this command will take a shorter time, because it usually performs a quick format.

Press Windows key + R to open the Run dialog. In the dialog, type “diskpart” and then press Enter. In this way, you can open the diskpart.exe tool.

  1. Type “list disk” and press Enter. It will list all disks on the PC.
  2. Type “select disk *” and press Enter. * should be the disk number where the partition you want to format is located.
  3. Type “list partition” and press Enter. It will list all partitions on the disk.
  4. Type “select partition #” and press Enter. # should be the partition number that you want to format.
  5. Type “format fs=exfat quick” and press Enter.

format a drive in diskpart

How To Fix DiskPart Has Encountered An Error – Solved

Method 3. Format the Drive to exFAT with MiniTool Partition Wizard

If Windows does not show the exFAT format option, you can use MiniTool Partition Wizard to format the partition to exFAT. It provides a graphical interface, so you can complete the operation without entering command-line instructions.

Here is how to do it:

MiniTool Partition Wizard FreeClick to Download100%Clean & Safe

Step 1: Launch MiniTool Partition Wizard. In the main interface, right click on the partition that you want to format, and then choose the Format option from the context menu.

choose format

Step 2: In the pop-up window, choose the exFAT file system and then click the OK button.

choose exFAT file system

Step 3: Click the Apply button to perform the pending operation.

click the Apply button

Why There Is No exFAT Format Option

exFAT (Extensible File Allocation Table) is a file system introduced by Microsoft in 2006 and optimized for flash memory such as USB flash drives and SD cards. It has been adopted by the SD Association as the default file system for SDXC cards larger than 32 GB.

exFAT is widely supported in Windows 7 and higher versions, Windows Server 2008 and higher versions, Windows Embedded CE 6.0, macOS starting from 10.6.5, Linux via FUSE or natively starting from kernel 5.4, and iPadOS starting from 13.1.

Tip: For Windows XP, Windows Server 2003, and Windows Vista, you should install a certain update so that they can support exFAT.

Although Windows 7/8/10/11 supports exFAT file system, it doesn’t offer the exFAT format option when you format an internal hard drive. Why does Microsoft make such a limitation? The possible reasons are as follows:

  1. FAT32, exFAT, and NTFS can all be used in Windows. However, FAT32 and exFAT are not journaling file systems and they don’t have logs to record metadata changes to the volume. As a result, data loss is easy to happen.
  2. FAT32 has 4GB file limit. Therefore, many people may prefer NTFS to FAT32. However, exFAT doesn’t have this limit, therefore it’s possible that some people may use exFAT in Windows, but that’s not a thing Windows would like to see.

Windows only offer the exFAT format option to removable devices. But if there is no exFAT format option available for external hard drive, you should consider whether there are errors on the system or the drive.

NTFS vs FAT32 vs exFAT: In-depth Comparison and Analysis
NTFS vs FAT32 vs exFAT: In-depth Comparison and Analysis

This post comprehensively explains NTFS vs FAT32 vs exFAT from aspects including features, differences, and different applicable scenarios.

Read More

1. exFAT is not recognized by Windows 10

This issue usually occurs when you share the exFAT drives between macOS and Windows. You have first formatted the drive to exFAT in macOS. However, it is said that the exFAT formatted by Mac OS won’t be readable unless it is Mac OS X 10.7 (Lion) or 10.8 (Mountain Lion). Mac OS uses large cluster size for exFAT that cannot be accepted by Windows.

To fix this error, you can choose Master Boot Record (MBR) instead of Universally Unique Identifier (UUID) while formatting on Mac. Or, you can do partition alignment on Windows 10 directly.

2. Data loss

Many people may think data loss is easy to happen to exFAT, because it’s not a journaling file system. Actually, if you use the exFAT normally, data loss will not happen. Data loss usually happens when abnormal situations occur, for example, power outages, storage failures, system crashes, etc.

In this case, the data is still on the hard drive but it can’t be read by PC. To get the data back, you need to use data recovery software. MiniTool Partition Wizard is such a program. It can recover data from exFAT partitions. To use this software, here is the guide:

Step 1: Launch MiniTool Partition Wizard and click Data Recovery on the Toolbar.

click Data Recovery

Step 2: Under the Logical Drive section, click the exFAT partition where data is lost. Then, click the Scan button.

scan an exFAT partition

Step 3: After the scanning process is completed, find the files you want with built-in tools. Then, select files and Save them to a safe place. These built-in tools include:

  • Show Lost Files: It can display the lost files according to path and type.
  • Find: It allows you to find out the lost files by typing continuous part of their file names.
  • Filter: It allows you to find out the lost files through narrowing down the files range according to filename/extension, file size, creation/modification date, etc.
  • Preview: It allows you to preview the files that don’t exceed 100 MB before the data is saved.

find lost files and save them to a safe place

In Windows 11/10/8/7, there is no exFAT format option available when you format an internal hard drive. Here is a post explaining why this issue occurs and offering 3 ways to work around this issue.Click to tweet

No exFAT Format Option FAQ

Does Windows 11 support exFAT?
Yes. Windows 11 fully supports exFAT for reading, writing, and formatting — the missing option in the formatting menu is a UI limitation for large internal drives, not a lack of support.
Does formatting a drive as exFAT erase everything?
Yes. Formatting removes access to the existing data on the selected volume. Back up files and verify the disk, partition, and drive letter before you continue.
Can I convert NTFS to exFAT without losing data?
Not with Windows' built-in tools — formatting always erases the drive. Back up the files, format the target volume as exFAT, and then restore the files.
Is exFAT better than NTFS for external drives?
exFAT offers wider cross-platform compatibility (Windows, macOS, most Linux distributions, and many cameras/consoles) and lower overhead, but it lacks NTFS's journaling and permissions features. Choose exFAT for drives shared across devices/operating systems, and NTFS for Windows-only, permission-sensitive use.

Bottom Line

If there is no exFAT format option when you format a drive in Windows, you can try three methods: delete the existing partition and create a new exFAT partition, format the drive with Command Prompt or DiskPart, or use MiniTool Partition Wizard.

Before formatting or deleting a partition, back up important files and make sure you select the correct drive. If you still cannot format the drive to exFAT, check whether the drive or partition has errors.

In addition, if you have difficulty in formatting partitions or recovering data via MiniTool software, please feel free to contact us via [email protected].

  • linkedin
  • reddit