How to Make an Excel Doc Read Only

There are two ways to “make an excel doc read only”: the quick way you copy and the durable way you understand. This page gives you both. The exact Excel answer is above; below, we build the small mental model that makes the fix stick, so the next variation of the same problem solves itself.

Exact answer

In Excel: use File ▸ Info ▸ Protect Workbook ▸ Always Open Read-Only for a polite prompt, or Save As ▸ Tools ▸ General Options and set a Password to modify for one that cannot be dismissed.

On this page7
Annotated stepsExcel
1

For a nudge: File ▸ Info ▸ Protect Workbook ▸ Always Open Read-Only, then save.

2

For enforcement: File ▸ Save As ▸ Browse ▸ Tools (beside Save) ▸ General Options ▸ Password to modify. Record the password — there is no recovery.

3

To undo either, open the file with edit rights and clear the same setting, then save.

4

If the file still opens read-only, check the file itself: right-click ▸ Properties ▸ uncheck Read-only on Windows, or Get Info ▸ Sharing & Permissions on macOS.

5

On a network share or SharePoint, also check that you have write permission and that nobody else has the file open.

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

What this does

Excel has three different things called "read-only", and they are not equally strong. **Always Open Read-Only** sets a flag in the file: every opener sees a prompt asking whether to open read-only, and anyone can answer no. **Password to modify** (Save As ▸ Tools ▸ General Options) requires a password before edits can be saved — without it you can still open and read, but not overwrite. **Mark as Final** is only a hint; one click on "Edit Anyway" removes it. Separately, the operating system's own read-only file attribute (Finder ▸ Get Info, or the Windows file Properties dialog) blocks saving over the file regardless of what Excel thinks, which is why a workbook can open read-only with none of the Excel settings turned on. Most people learn this as a sequence of clicks and forget it by next week; learning it as a pattern instead is what lets you apply it to the next, slightly different version of the problem without starting from scratch. That is the difference this page is trying to make. For “make an excel doc read only”, the reliable version is a short checking loop, not just the first command that appears to work. Run it on a deliberately small range first, watch how the affected cells change, and only then apply the same setup to the full sheet. 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. That is what makes a layout choice that keeps the sheet readable and sortable useful in real work: repeatable, auditable, and not dependent on memory or luck.

A worked example

A price list several people consult and one person maintains: File ▸ Info ▸ Protect Workbook ▸ Always Open Read-Only, then Save As ▸ Tools ▸ General Options ▸ Password to modify = the maintainer's password. Colleagues open it, get the read-only prompt, read the prices and cannot overwrite the file; the maintainer types the password and edits normally. Read-only is the right control when a workbook is meant to be consulted by many and maintained by one — but only the modify-password variant actually enforces that. A practical tip: try it on a copy of the sheet or a handful of sample rows first and check the result before you apply it to the real data. That one habit catches almost every surprise while it is still cheap to reverse.

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. The aim was to get you unstuck fast and leave you a little more capable than a copy-paste would. The answer is at the top and the detail above shows why it holds — so the next time a colleague asks, you can answer without reaching for search. Here is the takeaway for “make an excel doc read only”: follow the steps at the top, check the result on the sheet itself, and keep undo in mind while you experiment. Done once deliberately, it becomes something you do from memory in Excel rather than something you search for again.

Common mistakes

  • Trusting Mark as Final as protection — it is a label, and "Edit Anyway" removes it in one click.
  • Confusing "Password to open" with "Password to modify": the first stops people reading the file at all.
  • Setting a modify password and losing it — Excel cannot recover it, and the workbook can then only be read.
  • Blaming Excel when the read-only flag is on the file or the folder permissions, where no Excel setting will change anything.
  • Assuming read-only protects the numbers: anyone can save a copy under a new name and edit that freely.

Frequently asked questions

How do I make an Excel file read-only?

File ▸ Info ▸ Protect Workbook ▸ Always Open Read-Only for a prompt, or Save As ▸ Tools ▸ General Options ▸ Password to modify to enforce it.

How do I remove read-only from an Excel file?

Open it with edit rights and clear the same setting you set, then save. If it was the file attribute, uncheck Read-only in the file's Properties (Windows) or fix permissions in Get Info (macOS).

Why does my Excel file open as read-only when I did not set it?

Usually the file or folder is marked read-only by the operating system, the file is open by someone else on a shared drive, or it came from the internet and is in Protected View.

Is read-only the same as protecting a sheet?

No. Sheet protection locks cells inside a workbook you can still save; read-only governs whether the file itself can be overwritten.