Before You Start
- Back up your data – Formatting erases everything on the drive.
- Choose the right file system:
- FAT32 – Compatible with almost everything, but max file size 4GB.
- exFAT – Best for large files and cross-platform (Windows/macOS/Linux).
- NTFS – Windows-only (macOS can read, limited write without extra software).
Windows 10 / 11
Method 1: File Explorer
- Plug in the drive.
- Open File Explorer (Win + E).
- Right-click the drive → Format.
- Choose File system (exFAT recommended for external drives).
- Set Allocation unit size → Default.
- Check Quick Format (uncheck for full format).
- Click Start → OK.
Method 2: Disk Management (advanced)
- Press Win + X → Disk Management.
- Right-click the drive’s partition → Format.
- Choose file system and label → OK.
macOS (Ventura / Sonoma)
Via Disk Utility
- Plug in the drive.
- Go to Applications → Utilities → Disk Utility.
- Select the drive from the left sidebar (not the volume below it).
- Click Erase (top toolbar).
- Name the drive.
- Choose format:
- APFS – macOS only (SSDs)
- MS-DOS (FAT) – FAT32
- ExFAT – Best for cross-platform
- Click Erase → Done.
Linux (Ubuntu / GNOME example)
Using Disks (GUI)
- Open Disks (or
gnome-disk-utility). - Select the drive from the left.
- Click the gear icon → Format Partition.
- Choose Type → Compatible with all systems (FAT/exFAT) or NTFS.
- Click Next → Format.
Using GParted
- Install GParted:
sudo apt install gparted - Select drive → right-click partition → Format to → choose file system.
- Click Apply (green checkmark).
Android (OTG USB drive)
- Insert USB via OTG cable.
- Open Settings → Storage → tap USB drive.
- Tap three dots → Format → confirm.
Common Errors & Fixes
| Error | Solution |
|---|---|
| “Drive is in use” | Close all files/folders from that drive. |
| Can’t format large drive to FAT32 | Use exFAT or NTFS (Windows limitation). |
| Write-protected | Check physical switch on USB/SD card. |
| “Volume is too big for FAT32” | Use exFAT or NTFS. |