“I bought an external HDD for recording TV shows, but my TV won’t recognize it…” “When I try to format it on my PC, I get an error telling me to use FAT32, but FAT32 isn’t even an option!” This is a common problem people run into, and in most cases the cause is a mismatch in the format type, also called the file system.

Based on information current as of March 2026, this article explains the differences between FAT32, NTFS, and exFAT, plus the right way to format a drive for use with a TV. We’ll also cover what to do when you hit the “I can’t format a 2TB+ HDD as FAT32” problem.

What is a format type, or file system, anyway?

A format type is basically the set of rules that decides how data is arranged inside the HDD. Think of it like organizing books on a shelf: by author, genre, size, and so on. If the other device doesn’t understand that system, it can’t read what’s there.

TVs, computers, and game consoles all support different file systems. That’s why an HDD that works perfectly on your computer can suddenly show “Cannot recognize device” or “Please format” the moment you plug it into your TV.

FAT32, NTFS, and exFAT: how the three formats compare

The main format types used for external HDDs are these three.

FormatMax file sizeMax capacityTV supportWindowsMac
FAT324GB2TB; up to 32GB with Windows’ built-in formatterExcellent, almost universalSupportedSupported
NTFSNo practical limitNo practical limitLimited; many TVs don’t support itExcellentRead-only by default
exFATNo practical limitNo practical limitGood on newer modelsExcellentExcellent

Here’s the quick version.

  • FAT32: Best compatibility, but it has limits: one file can’t be over 4GB, and the drive is generally limited to 2TB. It also works with many older TVs
  • NTFS: The standard format for Windows PCs. It doesn’t have the same capacity limits, but many TVs won’t recognize it
  • exFAT: A newer format that removes many of FAT32’s limits. More recent TVs increasingly support it

So if you plug a brand-new HDD from your PC, often formatted as NTFS, straight into your TV and it doesn’t show up, that’s not unusual at all.

Which format should you choose for a TV recording HDD?

The short answer: many TVs can format the HDD themselves. In that case, you don’t need to format it on your computer first. Just connect the HDD to the TV and follow the on-screen instructions.

If the TV’s own formatting process doesn’t work, or if you also want to use the drive with a computer, you may need to format it manually on your PC. Use this as a guide.

  • HDD capacity is 2TB or lessFAT32 is the safest choice. Almost every TV can recognize it
  • HDD capacity is over 2TB → Choose exFAT. Check your TV’s manual to confirm support
  • You’ll use it only for TV recording → It’s best to use the TV’s “initialize” or “register” function to format it

As a general trend, many Sony BRAVIA, Panasonic VIERA, Sharp AQUOS, Toshiba REGZA, and Hisense TVs released in 2020 or later support exFAT. Still, keep in mind that when you register a drive for TV recording, the TV may convert it to its own proprietary format, which means your computer may no longer be able to read it.

How to format in Windows 11: FAT32 and exFAT

Here’s how to manually format a drive on a PC using Windows 11 as the example. Formatting erases everything on the HDD, so back up any important data first.

Basic formatting steps: exFAT or FAT32 for 32GB and smaller drives

  1. Connect the external HDD to your PC with USB
  2. Open File Explorer, then click “This PC” in the left menu
  3. Right-click the external HDD drive and choose “Format
  4. From the “File system” dropdown, choose exFAT or FAT32
  5. Make sure “Quick Format” is checked, then click “Start”
  6. Click “OK” in the warning dialog to begin formatting

If you want to format a drive over 32GB and up to 2TB as FAT32

This is the biggest trap. Windows’ built-in format tool won’t let you choose FAT32 for drives larger than 32GB. FAT32 simply won’t appear in the dropdown.

In that case, you have a couple of options.

Method 1: Use Command Prompt with Diskpart

  1. Search for “cmd” in the Start menu and choose “Run as administrator”
  2. Type diskpart and press Enter
  3. Type list disk and check the disk number for the external HDD, using capacity as your guide
  4. Type select disk X, where X is the disk number
  5. Type clean. This erases all data on the disk
  6. Type create partition primary
  7. Type format fs=fat32 quick

Warning: If you choose the wrong disk number, you could erase your computer’s internal HDD or SSD. Check the capacity shown by list disk very carefully.

Method 2: Use free formatting software

If commands make you nervous, I-O DATA Hard Disk Formatter is a good free option. It doesn’t require installation, and after downloading it you can run it and format as FAT32 through a graphical interface.

Formatted the drive, but the TV still won’t recognize it? Checklist

If you’ve set the format correctly and the TV still won’t recognize the drive, check these points.

  • Try a different USB port: Some TVs have separate USB ports for recording and media playback. For recording, you need to use the recording USB port
  • Check for insufficient power: Portable HDDs without an AC adapter may not get enough power from the TV’s USB port. Try a desktop-style HDD with an AC adapter, or use a self-powered USB hub
  • Check the TV’s HDD capacity limit: Older TVs may have limits such as “up to 2TB” or “up to 4TB.” Check the manual or the manufacturer’s tested compatible HDD list
  • Make sure the HDD isn’t failing: Connect it to a computer and see whether it’s recognized normally. If the PC doesn’t recognize it either, the HDD itself may be faulty
  • Restart the TV: This fixes the problem more often than you might expect. Unplug the TV’s power cord from the outlet, wait about a minute, then plug it back in

FAQ

Can I watch shows recorded on my TV using another TV or a computer?

In most cases, no. TV recordings are protected by copy-control rules, so they’re usually playable only on the TV that recorded them. If you’re replacing your TV, some manufacturers allow recordings to be transferred between supported models from the same brand, so check the manufacturer’s support page.

Can I use an SSD for TV recording?

As of March 2026, many TV manufacturers have started supporting SSD recording. SSDs are quieter, use less power, and produce less heat than HDDs, but they still tend to cost more per gigabyte. It’s best to check the manufacturer’s tested compatibility list for SSD support.

Can I format an HDD larger than 2TB as FAT32?

Under FAT32’s specifications, the upper limit is 2TB when using 512-byte sectors, so HDDs larger than 2TB can’t be formatted as FAT32. If you want to use a 3TB or larger HDD, choose exFAT or use the TV’s built-in initialization function.

Will formatting erase the data already on the drive?

Yes. Everything will be erased. If the HDD contains important photos or videos, copy them to another drive or cloud storage before formatting.

References