15 Excel Default Settings You Should Change to Work Faster

Mynda Treacy

July 14, 2026

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.

Watch the Step-by-step Video

Subscribe YouTube

Get the CheatSheet Quick Reference Card

Excel Defaults Cheat Sheet

Enter your email address below to download the free file.



By submitting your email address you agree that we can email you our Excel newsletter.

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.

How to stop Excel changing your data automatically

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

  1. Go to File > Options > Data.
  2. Scroll to the Automatic Data Conversion section.
  3. Clear the settings you do not want Excel to apply automatically.
How to configure automatic data conversion options in Excel

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.

How to turn off unnecessary green error triangles in Excel

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

  1. Go to File > Options > Formulas.
  2. Scroll to the Error Checking Rules section.
  3. Clear the individual rules you do not need.
How to change error checking rules in Excel options

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.

How to change the default font style and size in Excel

The good news is you are not stuck with it.

How to change the default font in Excel

  1. Go to File > Options > General.
  2. Find the When creating new workbooks section.
  3. Select your preferred font under Use this as the default font.
  4. Choose your preferred font size.
How to configure default font settings when creating new workbooks

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:

  1. Go to the Page Layout tab.
  2. Click Fonts.
  3. Choose Office 2013 to 2022.
How to change page layout font themes in Excel

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

  1. Go to the View tab.
  2. Untick Gridlines.
How to remove gridlines from worksheets in Excel

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

  1. Go to File > Options > Formulas.
  2. Under Working with formulas, untick Use table names in formulas.
How to switch off Excel 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

  1. Go to File > Options > Save.
  2. Untick AutoSave OneDrive and SharePoint Online files by default on Excel.
  3. Restart Excel.

You can still turn AutoSave on for individual files when you want real-time saving and collaboration.

How to turn off AutoSave by default in Excel save options

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

  1. Go to File > Options > Data.
  2. Under PivotTable Layout, click Edit Default Layout.
  3. Set your preferences for:
    • Report layout
    • Subtotals
    • Grand totals
    • Blank rows
    • Formatting
How to set default PivotTable layout settings in Excel

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

  1. Right-click inside the PivotTable.
  2. Select PivotTable Options.
  3. Open the Layout & Format tab.
  4. Untick Autofit column widths on update.
How to prevent PivotTable columns from resizing on refresh

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

  1. Go to File > Options > Data.
  2. Under Data Options, tick:
    • Disable automatic grouping of Date/Time columns in PivotTables
How to disable automatic date grouping in Excel PivotTables

Existing PivotTables will still need to be ungrouped manually.

To do that, right-click a grouped date field and choose Ungroup.

How to ungroup date columns in an Excel PivotTable

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

  1. Go to the Home tab.
  2. Click the small launcher arrow in the bottom-right corner of the Clipboard group.
How to open and use the Office Clipboard in Excel

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

How to manage and paste multiple copied items from the Office Clipboard

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

  1. Go to File > Options > General.
  2. Scroll to Start up options.
  3. Untick Show the Start screen when this application starts.
  4. Click OK.
How to skip the Start screen and open Excel to a blank workbook

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

  1. Open Microsoft Edge.
  2. Click the three dots in the top-right corner.
  3. Select Settings.
  4. Select Downloads.
  5. Turn off Open Office files in the browser, where that setting appears.
How to stop downloaded Office files from opening in Edge browser

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.

How to turn off Copilot formula suggestions in Excel

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

  1. Go to File > Options > Copilot.
  2. Turn off options such as:
    • Show Copilot suggestions for completing formulas
    • Show Copilot suggestions for formulas based on patterns in your content
How to disable Copilot settings in Excel options

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.

How to make the Microsoft Search box smaller in the Excel title bar

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

  1. Go to File > Options > General.
  2. Tick Collapse the Microsoft Search box by default.
  3. Click OK.
How to collapse the Microsoft Search box by default in Excel options

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

How to view the collapsed Microsoft Search icon in the Excel 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.

How to identify files with hidden extensions in File Explorer

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

  1. Open File Explorer.
  2. Select View.
  3. Select Show.
  4. Tick File name extensions.
How to show file name extensions in Windows 11 File Explorer

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.

AUTHOR Mynda Treacy Co-Founder / Owner at My Online Training Hub

CIMA qualified Accountant with over 25 years experience in roles such as Global IT Financial Controller for investment banking firms Barclays Capital and NatWest Markets.

Mynda has been awarded Microsoft MVP status every year since 2014 for her expertise and contributions to educating people about Microsoft Excel.

Mynda teaches several courses here at MOTH including Excel Expert, Excel Dashboards, Power BI, Power Query and Power Pivot.

2 thoughts on “15 Excel Default Settings You Should Change to Work Faster”

  1. #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.

    Reply

Leave a Comment

Current ye@r *

0