When you install Excel, it arrives with hundreds of decisions already made for you.
It decides how to interpret the data you type, how PivotTables should look, whether columns resize during a refresh, whether your edits should be saved automatically, and even what font appears in every new workbook.
Some of those defaults are helpful. Others can be frustrating, especially when you work with account codes, invoice numbers, reports, dashboards, and PivotTables.
The good news is you do not have to accept them.
In this guide, I’ll share 15 Excel and Windows defaults you can change to make Excel behave the way you want.
Table of Contents
- Watch the Video
- Download the Cheat Sheet
- 1. Stop Excel from changing your data automatically
- 2. Turn off unnecessary green error triangles
- 3. Change Excel’s default font
- 4. Remove gridlines from reports and dashboards
- 5. Switch off table names in formulas
- 6. Make AutoSave off by default
- 7. Set your preferred PivotTable layout as the default
- 8. Stop PivotTables resizing your columns after refresh
- 9. Stop PivotTables grouping dates automatically
- 10. Use the Office Clipboard instead of copying one item at a time
- 11. Open Excel directly to a blank workbook
- 12. Stop Office files opening in the browser
- 13. Turn off Copilot formula suggestions
- 14. Make the Microsoft Search box smaller
- 15. Show file extensions in Windows File Explorer
- Make Excel work the way you work
Watch the Step-by-step Video

Get the CheatSheet Quick Reference Card
Enter your email address below to download the free file.
1. Stop Excel changing your data automatically
One of Excel’s most frustrating habits is changing perfectly valid data into something else.
For example, you might type a long account number such as:
0001234567890123
Excel may remove the leading zeros, round the value after 15 digits, or display it in scientific notation.
Or you might enter a product code such as:
MAY1
Excel may decide it is a date and convert it to 1 May.

For years, the workaround was to format cells as Text before typing or start the entry with an apostrophe. Those methods still work, but newer versions of Excel allow you to stop some automatic conversions at the source.
How to stop Excel converting IDs, codes, and dates
- Go to File > Options > Data.
- Scroll to the Automatic Data Conversion section.
- Clear the settings you do not want Excel to apply automatically.

Useful options to turn off include:
- Remove leading zeros and convert to number format
- Keep first 15 digits of long numbers and display in scientific notation
- Convert continuous letters and numbers to a date
- Convert digits around the letter E into a number in scientific notation
This setting is particularly useful for invoice numbers, employee IDs, account codes, barcodes, product codes, and other identifiers that may look like numbers but are not values you need to calculate with.
Keep in mind that Excel can only retain 15 digits of precision when a value is stored as a number. If you need to retain all digits in a long identifier, it should be stored as text.
2. Turn off unnecessary green error triangles
The small green triangle in the top-left corner of a cell is Excel’s way of telling you something may be wrong.
Sometimes it is useful. Excel may identify a formula that differs from nearby formulas or one that appears to omit adjacent cells.

But when you deliberately store invoice numbers or account codes as text, the warning that says Number Stored as Text is usually just visual noise.
How to control Excel error warnings
- Go to File > Options > Formulas.
- Scroll to the Error Checking Rules section.
- Clear the individual rules you do not need.

For example, you may want to untick:
- Numbers formatted as text or preceded by an apostrophe
I would avoid turning off all background error checking unless you are certain you do not need it. Formula warnings can catch genuine problems in reports and models, so it is usually better to turn off only the rules that do not suit the way you work.
3. Change Excel’s default font
If you have opened a new workbook recently and thought the font looked different, you are not imagining it.
Microsoft replaced Calibri with the Aptos font family in newer Office versions. Some users like it, while others find it less readable or simply prefer the familiar look of Calibri.

The good news is you are not stuck with it.
How to change the default font in Excel
- Go to File > Options > General.
- Find the When creating new workbooks section.
- Select your preferred font under Use this as the default font.
- Choose your preferred font size.

5. Click OK.
6. Restart Excel.
New workbooks will now use your chosen font and size.
Why copied worksheets may still use a different font
Changing the default font affects new workbooks. It does not necessarily change the theme used in an existing workbook.
If you copy a worksheet into another workbook and the font changes unexpectedly, the workbook theme is usually responsible.
To switch a workbook back to the older Calibri-based Office theme:
- Go to the Page Layout tab.
- Click Fonts.
- Choose Office 2013 to 2022.

This updates the font set across the workbook, including charts.
4. Remove gridlines from reports and dashboards
Gridlines are useful when you are entering data or building a worksheet.
They are less useful in a finished report, executive summary, or dashboard. In those situations, gridlines can make a polished report look unfinished.
How to hide gridlines in Excel
- Go to the View tab.
- Untick Gridlines.

This is best used selectively.
Keep gridlines on for data-entry sheets where people need visual guidance. Turn them off on dashboard and summary sheets where presentation matters more.
You can also add a subtle custom background via Page Layout > Background to give a dashboard or report a more polished look.
5. Switch off table names in formulas
Excel Tables use structured references, which look like this:
=SUM(Sales[Profit])
Instead of this:
=SUM(L9:L30)
Structured references automatically expand as your table grows and can make formulas easier to read, especially in larger workbooks.
However, some people find them distracting, particularly when learning formulas or teaching Excel beginners.
How to use normal cell references instead of table names
- Go to File > Options > Formulas.
- Under Working with formulas, untick Use table names in formulas.

Excel will then use regular A1-style references when you select cells or table columns in formulas.
Before switching this setting off, consider whether structured references may actually help you. A formula such as:
=SUM(Sales[Profit])
can be easier to audit than
=SUM(L9:L30)
especially when worksheet layouts change.
6. Make AutoSave off by default
AutoSave is useful when you are collaborating on files stored in OneDrive or SharePoint.
But it can be risky when you open a finished report, make temporary changes to test an idea, and then close the workbook. With AutoSave enabled, those test edits may already have been saved to the original file.
How to turn off AutoSave by default
- Go to File > Options > Save.
- Untick AutoSave OneDrive and SharePoint Online files by default on Excel.
- Restart Excel.
You can still turn AutoSave on for individual files when you want real-time saving and collaboration.

For important reports, a good habit is to save a copy before experimenting. AutoSave is useful, but it is not a replacement for sensible file naming and version control.
7. Set your preferred PivotTable layout as the default
Every time you create a PivotTable, Excel applies its standard layout.
For many users, that means immediately changing the report layout to Tabular Form, moving subtotals, changing grand total settings, and cleaning up the design.
You can set your preferred PivotTable layout once and use it for every new PivotTable.
How to set default PivotTable options
- Go to File > Options > Data.
- Under PivotTable Layout, click Edit Default Layout.
- Set your preferences for:
- Report layout
- Subtotals
- Grand totals
- Blank rows
- Formatting

4. Click OK.
This applies to new PivotTables, not existing ones.
8. Stop PivotTables resizing your columns after refresh
You carefully set your column widths. Your dashboard looks tidy. Then you refresh a PivotTable and Excel changes everything.
This happens because of the Autofit column widths on update setting.
How to stop PivotTable columns resizing
- Right-click inside the PivotTable.
- Select PivotTable Options.
- Open the Layout & Format tab.
- Untick Autofit column widths on update.

5. Consider ticking Preserve cell formatting on update as well.
6. Click OK.
This is especially useful in dashboards, print-ready reports, and worksheets where multiple PivotTables need to line up neatly.
9. Stop PivotTables grouping dates automatically
When you add a date field to a PivotTable, Excel often groups the dates into Years, Quarters, and Months automatically.
That can be useful, but it is frustrating when you want to see the actual individual dates.
You can press Ctrl+Z immediately after adding the date field to undo the grouping. But if you never want Excel to group dates automatically, you can turn off the behaviour permanently.
How to disable automatic date grouping in PivotTables
- Go to File > Options > Data.
- Under Data Options, tick:
- Disable automatic grouping of Date/Time columns in PivotTables

Existing PivotTables will still need to be ungrouped manually.
To do that, right-click a grouped date field and choose Ungroup.

10. Use the Office Clipboard instead of copying one item at a time
Most people copy one thing, paste it, then copy the next thing.
The Office Clipboard lets you collect multiple copied items and paste them when you need them.
This is useful when you are building a long formula, combining text from different emails, copying labels from a report, or moving content between Excel, Word, Outlook, and your browser.
How to open the Office Clipboard
- Go to the Home tab.
- Click the small launcher arrow in the bottom-right corner of the Clipboard group.

The Office Clipboard can store up to 24 copied or cut items.

You can then choose which item to paste and in what order.
11. Open Excel directly to a blank workbook
When you open Excel, it normally displays the Start screen with templates and recent files.
That may be useful for some people. But if you nearly always want a blank workbook, it adds an unnecessary click.
How to skip the Excel Start screen
- Go to File > Options > General.
- Scroll to Start up options.
- Untick Show the Start screen when this application starts.
- Click OK.

Excel will then open directly to a fresh blank workbook.
12. Stop Office files opening in the browser
If you download an Excel file and it opens in Excel for the web rather than the desktop application, you may not have access to every feature you need.
This is especially relevant for workbooks that use advanced formulas, Power Query, VBA, Power Pivot, external connections, or other desktop-only features.
How to stop Edge opening downloaded Office files in the browser
- Open Microsoft Edge.
- Click the three dots in the top-right corner.
- Select Settings.
- Select Downloads.
- Turn off Open Office files in the browser, where that setting appears.

This allows downloaded Excel, Word, and PowerPoint files to open in the desktop applications instead.
13. Turn off Copilot formula suggestions
Some Microsoft 365 users now see Copilot suggestions while writing formulas.

For beginners, this may be helpful. For experienced Excel users, though, it can be distracting and slow formula entry, while using additional AI processing and energy for suggestions they do not need.
This setting is separate from normal Formula AutoComplete, which suggests Excel functions and named ranges as you type. Formula AutoComplete is often useful and does not need to be turned off just because you do not want Copilot suggestions.
How to turn off Copilot formula suggestions
- Go to File > Options > Copilot.
- Turn off options such as:
- Show Copilot suggestions for completing formulas
- Show Copilot suggestions for formulas based on patterns in your content

These settings will only appear in eligible Microsoft 365 versions with Copilot features enabled.
14. Make the Microsoft Search box smaller
The large Search box at the top of Excel can take up a lot of space, particularly on smaller screens.

It can also crowd the workbook name, which is not ideal when you work with multiple versions of the same file.
How to collapse the Excel Search box
- Go to File > Options > General.
- Tick Collapse the Microsoft Search box by default.
- Click OK.

The large Search box is replaced by a small magnifying glass icon, giving the workbook name more room in the title bar.

15. Show file extensions in Windows File Explorer
This last setting is not strictly an Excel setting, but it is useful for anyone who works with files regularly.
When file extensions are hidden, it is harder to scan a folder quickly and identify whether a file is an .xlsx, .csv, .xlsm, .pdf, or something else.

Showing extensions also makes it easier to spot suspicious files. It is not a complete security measure, but it gives you more information before opening an attachment or download.
How to show file extensions in Windows 11
- Open File Explorer.
- Select View.
- Select Show.
- Tick File name extensions.

You will now see the full file name, including its extension.
Make Excel work the way you work
Excel defaults are designed for millions of users with different needs.
That means many of its settings will not suit the way you work with reports, dashboards, codes, PivotTables, and important business files.
Start with the settings that cause you the most frustration:
- Stop Excel converting your data
- Set your preferred PivotTable layout
- Prevent PivotTable columns from resizing
- Choose a font you actually like
- Turn off unnecessary error warnings
- Decide when AutoSave should be enabled
A few small changes can remove repetitive steps, protect your data, and make every new workbook feel more like your own.
Download the free cheat sheet for the full list of menu paths, then save it somewhere you can refer back to whenever Excel starts getting in your way.
Turning off the annoying stuff is only half the story. The other half is learning the small Excel tricks that make you faster, more accurate, and more confident every day.



#15… How can someone risk his computer and data nowadays by NOT showing extensions???
If I send you a virus (or a “fill-in-the-blank” bad kind of file that needs you to open it (and by “open” I mean think you are opening it as in opening to see what’s in it, but in reality are opening it to run it… so “open” in the sense of hosing your life up) in order to achieve MY goals)… if I send you such a thing, I send it with an APPARENT extension, so, say, “Nice File.PDF”… I just name it that… nothing required me to name it honestly.
It’s real name is “Nice File.PDF.exe” and it runs the second you open “the nice, safe, PDF” to view it.
If you have extensions turned ON (and Lordy son, you need to), then you see the real name and your heart stutters thinking on how close you were to just “opening” it to look at it.
If you have extensions turned OFF, you do see what looks like an extension, but how likely are you to realize quickly enough that you SHOULD NOT HAVE BEEN ABLE TO??? In my experience, 40 years of it, I’ve never brought this subject up and had someone say “Oh heck no, I’d see that in a second and realize something awful might be about to happen.” Not ever. Maybe a response to this post will be the first time.
I know… gosh, seeing extensions is just so not-modern, so caveman. It was a complaint in my youth. And all along in between. Nothing modern in the complaint. Nothing at all. You’re being your grandmother when you go “Icky!”
And MS is aware of that. Along with everything else that people claim Apple does better or nicer. So they present the idea you don’t need to see extensions because the function of Explorer that is presenting you files in whatever you’re in will filter them to your choice. Yay! Except, if it expects you just want document files, it just gives filtering choices for such files. Then you moan about how it isn’t showing the file you want to open and, again, instead of thinking “Uh, oh, something’s badly wrong here. It ain’t just a Windows glitch, it’s a… thing…”
And most folks don’t look at the filter when choosing which file to open. They don’t notice it’s “All files” rather than “.XLXS files” and blithely open one up.
I don’t do these aftermath things anymore. Bigger company, IT company paid to do it, it’s not even preferred that someone internal repair things here. But at home, or in the run-up to your next performance review (AKA next raise possibility), you might want some personal help against disaster.
You know those 3,206 old photos the family asked you to scan in on your great company scanner and you brought them home and you are gonna make USB drives for all family members? Eight months of work? And instead, some scum is saying that for $4,000 in BitCoin he’ll let you have it all back? (1 in 7 companies that report such results say they scum DO come through. The other 6 of 7…)
Just let the extensions be there. It doesn’t ruin your life to do so and it might mangle it not to. Such a little thing. Such a lifesaver. Just do it.
100% agree, Roy!