Refresh Data in Excel

If you just need to refresh data in excel and move on, the boxed answer at the top is all you need. The rest of this page is for when you want to understand why it works in Excel, adapt it to a trickier version, or make it robust enough to hand to a colleague. We keep the opening short on purpose — the depth is here when you want it, not in your way when you don’t.

Exact answer

In Excel: press F9 to recalculate formulas, Ctrl+Alt+F9 to force every formula to rebuild, and Data ▸ Refresh All (Ctrl+Alt+F5) to re-pull queries, connections and PivotTable caches.

On this page7
Annotated stepsExcel
1

Confirm Formulas ▸ Calculation Options is set to Automatic, otherwise nothing recomputes on its own.

2

Use F9 for a normal recalculation, Shift+F9 for the active sheet only, Ctrl+Alt+F9 to recompute every formula regardless of dependency state.

3

Use Data ▸ Refresh All, or Ctrl+Alt+F5, to update queries, connections and pivot caches.

4

For unattended updating, open Queries & Connections ▸ right-click the query ▸ Properties and tick Refresh data when opening the file, or set a refresh interval.

5

Refresh a single PivotTable from PivotTable Analyze ▸ Refresh, remembering it reads the cache, so refresh its source query first.

Ctrl+CthenCtrl+Shift+V+Cthen+Ctrl+VPaste values · WindowsMac

What this does

Two different engines are involved and they are often confused. Recalculation re-evaluates formulas from values already in the workbook. A refresh re-fetches external data — Power Query results, database connections, web queries — and rebuilds the PivotTable cache from the source. Pressing F9 on a stale query does nothing at all, because the formulas are already correct with respect to the data they were given. Before you run it on a workbook other people depend on, try it on a copy or a few rows first. Undo only reaches back through the current session, so a quick trial run is the cheapest way to see exactly what will change before the file is saved and shared. The difference between a quick fix and a sheet you can trust is the extra minute you spend validating “refresh data in excel”. Start on a copy or a tiny sample, keep the affected cells visible, and compare the result with the tool above before you touch the real workbook. When this is a ribbon command, the selection matters more than the button: confirm the range, apply the command, then spot-check the output before saving. The point is a workflow that saves repeating the same clicks every week, but the practical win is that someone else can open the file and understand what happened without asking you.

A worked example

A sales sheet is fed by a query against a CSV folder and topped with SUMIFS formulas. New files land overnight. Ctrl+Alt+F5 re-runs the query and the SUMIFS recompute automatically; a lone F9 would leave yesterday's rows in place and confirm yesterday's totals. Reports go out wrong far more often from stale data than from wrong formulas, and the two problems have completely different keystrokes. When the result is not what you expected, undo straight away rather than repairing it by hand — undo restores the sheet exactly, while manual fixes tend to leave small inconsistencies behind that surface later.

In Google Sheets

This is a command rather than a formula, so there is no syntax to carry over. Google Sheets arranges its commands in menus across the top instead of a ribbon, names some of them differently and does not have every Excel command — look for the equivalent in the Sheets menus or its help before assuming the steps match. Nothing on this page is behind a login or a download: the exact answer is at the top, and the detail below it is there for when you need it. That is the whole promise here — the answer first, and just enough context to make it stick. Treat “refresh data in excel” as a routine rather than a one-off. Once you know which setting or command controls it, the same few steps handle every workbook where it comes up in Excel, and you can explain them to a colleague in a sentence.

Common mistakes

  • Expecting F9 to pull new external data — it only recalculates what is already in the workbook.
  • Leaving calculation on Manual after opening a heavy file, since the mode of the first workbook opened applies to the whole session.
  • Pressing F9 while a fragment of a formula is selected in the formula bar, which permanently replaces that fragment with its value.
  • Refreshing a PivotTable without refreshing the query behind it and reporting numbers one cycle old.

Frequently asked questions

What is the shortcut to refresh data?

Ctrl+Alt+F5 refreshes everything; Alt+F5 refreshes the selected query or PivotTable.

How do I make a workbook refresh automatically when it opens?

Data ▸ Queries & Connections, right-click the connection ▸ Properties, then tick Refresh data when opening the file.

F9 or Ctrl+Alt+F9?

F9 recalculates the formulas Excel believes have changed. Ctrl+Alt+F9 recalculates all of them, which is the one to use when a value looks stuck.

Why did my formula turn into a number?

F9 was pressed while editing it. Excel evaluates the selected part in place. Press Esc rather than Enter to escape that edit.

Other ways people ask this

On the way here you may have searched this as “data refresh excel” and “how to refresh data in excel” — it is all the same task, and this page is the single, complete answer to it.

Why do people search for this in so many different ways?

Because the same task has many names. “data refresh excel”, “how to refresh data in excel” all point at the one operation explained on this page, which is why they all lead here.