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.
For a nudge: File ▸ Info ▸ Protect Workbook ▸ Always Open Read-Only, then save.
For enforcement: File ▸ Save As ▸ Browse ▸ Tools (beside Save) ▸ General Options ▸ Password to modify. Record the password — there is no recovery.
To undo either, open the file with edit rights and clear the same setting, then save.
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.
On a network share or SharePoint, also check that you have write permission and that nobody else has the file open.
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. Keep the inputs visible and clearly labelled and the whole thing stays auditable — anyone who opens the file later, including you, can see at a glance exactly what feeds the result and change one assumption without hunting through the formula. For “remove read only from excel”, 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 data step that keeps your analysis trustworthy 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 before you scale it up: build it once on a small block of test data, confirm the number against the tool on this page, and only then point it at your real sheet. That one habit catches almost every mistake while it is still cheap to fix, long before a wrong figure reaches a report or a colleague.
In Google Sheets
If you are in Google Sheets rather than Excel, the good news is that the formula shown here is identical and the workflow barely changes — menus sit across the top instead of in a ribbon, and a few function names differ slightly, but anything you build here moves across with little or no rework. Keep this page bookmarked for the next time the same question comes up. Better still, rebuild the example once in your own sheet — doing it yourself, with the tool above to check against, is what turns a copied formula into a technique you own. The short version of “remove read only from excel”: the answer is at the top of this page, the tool proves it on your own numbers, and the sections above explain why it holds so the next variation does not stump you. Excel rewards people who reference cells instead of typing values and who keep inputs separate from formulas, because that is what makes a result you can audit months later. Build it once, deliberately, with the live tool as a check, and you convert a one-off lookup into a reusable skill — which is the whole point of learning the why and not just the what.
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.
Other ways people ask this
This is also commonly searched as “how do i remove read only from excel”, “how do you remove read only from excel”, “changing excel from read only” and “remove read only from excel”. They describe the identical operation, so you are in the right place no matter how you phrased it.
This guide also answers
- excel read only remove
Why do people search for this in so many different ways?
Because the same task has many names. “how do i remove read only from excel”, “how do you remove read only from excel”, “changing excel from read only” all point at the one operation explained on this page, which is why they all lead here.