Microsoft Word is famously aggressive about “helping” you type. As you type a standard document, Word is constantly running a background service called “AutoFormat As You Type.” This feature silently intercepts your keystrokes and alters them in real-time. It replaces straight quotes (“) with curly “smart quotes,” turns two hyphens (–) into an elongated em-dash (—), and forces typed fractions like 1/2 into tiny, specialized fraction characters.
While this is excellent for writing a novel, it is an absolute nightmare if you are using Word to draft technical documentation, write code snippets, or format legal contracts where absolute, literal character accuracy is required. A “smart quote” pasted into a command-line interface will instantly break the script. If you want Microsoft Word to act like a true, literal text editor and print exactly the keys you press, you must completely disable these real-time formatting replacements.
Disabling Real-Time Formatting in AutoCorrect Options
You can turn off these automatic substitutions by digging into the advanced AutoCorrect settings menu.
- Open the Microsoft Word desktop application.
- Look at the main menu ribbon at the top of the screen and click on File (in the top-left corner).
- Scroll all the way down the blue sidebar on the left and click on Options (usually the very last item).
- A new “Word Options” window will appear. In the left-hand menu of this window, click on Proofing.
- In the main panel, click the large button labelled AutoCorrect Options….
- A secondary window will open. Click on the tab across the top labelled AutoFormat As You Type.
- You will see a massive list of checkboxes detailing every single automatic replacement Word performs. To make Word completely passive, uncheck the following critical boxes:
- “Straight quotes” with “smart quotes”
- Fractions (1/2) with fraction character (½)
- Hyphens (–) with dash (—)
- *Bold* and _italic_ with real formatting
- Internet and network paths with hyperlinks
- Click the OK button to close the AutoCorrect window, and then click OK again to close the main Options menu.
From this point forward, your keystrokes are entirely your own. If you type a straight quote, it will remain a straight quote forever, making Word safe for drafting strict technical content and code strings.