Quick Links

DOS isn’t widely used anymore, but you're still likely at some point to need to boot into a DOS environment. Windows' built-in formatting utility lets you create a DOS-bootable floppy drive, but not a USB drive. Here's how to get around that.

Related: Do You Need to Update Your Computer's BIOS?

DOS may be a relic of the past, but you wouldn’t know that from reading instructions written by manufacturers for BIOS updates, firmware-updating utilities, and other low-level system tools. They often require you to boot into DOS to run the utility. We once formatted our floppy disks with MS-DOS using the format utility built into Windows, but most computers don’t have floppy disk drives anymore. Many no longer even have optical disc drives. Fortunately, there's a free third-party utility that lets you quickly create a DOS-bootable USB drive.

Step One: Use Rufus to Format Your USB Drive

Windows' built-in formatting utility doesn't allow you to select the “Create an MS-DOS startup disk” option when formatting a USB drive---the option is grayed out in Windows 7 and not available at all in Windows 8 and 10. Instead, we'll be using a tool named Rufus. It’s a fast, free, lightweight application that includes FreeDOS.

Related: What Is a "Portable" App, and Why Does It Matter?

First, download Rufus and launch it. Rufus is a portable app that doesn’t require any installation---you will see the Rufus application as soon as you launch the downloaded .exe file.

Creating a DOS-bootable USB drive in Rufus is simple. First, connect your USB drive to the computer and select it in the "Device" dropdown menu.

Note that this process will erase the contents of your USB drive, so make sure you've backed up any important files on the USB drive first.

Related: FAT32 vs. exFAT vs. NTFS: What's the Difference?

From the "File System" dropdown menu, choose the "FAT32" format. The DOS option requires FAT32 and isn't available for the other file system options like NTFS, UDF, and exFAT.

Select the "Create a bootable disk using" option and then choose "FreeDOS" from the dropdown menu next to that option.

Click the "Start" button to format the disk and copy the files necessary to boot into FreeDOS.

The formatting process should be extremely quick---usually a matter of seconds---but it can take longer depending on the size of your USB drive.

Step Two: Copy Your Files Over

You have probably created this boot drive because you have a DOS-based program to run, such as a BIOS update utility or another low-level system program. To actually run these files from DOS, you will need to copy them over to your newly-formatted USB drive. For example, you may have a BIOS.BIN and FLASHBIOS.BAT file you need to run in DOS. Copy these files into the root directory of the USB drive after formatting it.

Step Three: Boot Into DOS

Related: How to Boot Your Computer From a Disc or USB Drive

You can now boot into DOS by restarting your computer with the USB drive connected. If your computer does not automatically boot from the USB drive, you may need to change your boot order or use a boot menu to select the device from which you want to boot.

Once you are in DOS, you can run the program you copied to your USB drive by typing its name at the DOS prompt. Follow any instructions provided in the manufacturer’s documentation to run the application.


Related: How To Use DOSBox To Run DOS Games and Old Apps

These utilities still use DOS to ensure they have low-level access to the hardware without any other programs interfering or Windows getting in the way. This helps ensure BIOS updates and other low-level operations work properly. You also could use a bootable USB drive to run old DOS applications, but that tends not to work so well. You would be much better off using DOSBOX to run old DOS games and other applications.