How to Mark a SharePoint Document as Final
‘Mark as Final’ is a soft signal that a document is complete. It’s a status, not a security measure — but it’s still useful when used consistently.
What it is
Microsoft Office has a ‘Mark as Final’ feature that puts a document into read-only mode and shows a banner saying ‘this document is final’. It’s a hint to the reader: don’t edit this casually. It can be overridden with one click — so it’s not real protection — but as a soft signal, it works fine.
More important than the feature itself is the underlying concept: documents need clear status. A document that’s been marked as final, moved to a final library, given a ‘Status: Approved’ tag, and published with a major version is unambiguously final. A document called ‘final_v3_REVIEWED.docx’ floating around in someone’s email is not final, regardless of its name.
In a well-governed SharePoint environment, ‘final’ is multiple signals working together: the file is in the right library, has the right metadata, has been approved, has a major version number, and (optionally) is marked as final in Word. Any one of these alone is weak. Together, they make the file’s status obvious to everyone.
When to use this
- When you’ve completed a document and want to discourage further editing.
- When you’re publishing a final version and want a soft ‘this is done’ signal in the file itself.
- When the document has been approved and is now the source of truth.
- When you want a visible cue in Word that the document is complete.
How to do it
- Open the file in the desktop app (Word, Excel, PowerPoint).
- Go to File → Info → Protect Document → Mark as Final.
- Save and close the document.
- When reopened, Word shows a banner: ‘This document is final’.
- To edit, the user clicks ‘Edit Anyway’ (so this isn’t real protection).
- Save the file back to SharePoint.
- Pair with library-level status (Approved metadata, major version, correct location) for full effect.
Best practices
- Use ‘Mark as Final’ as a status signal, not as security. One click overrides it.
- Pair with proper governance. Final = right location + right metadata + approved + major version. Not just a banner.
- Be consistent. If ‘Mark as Final’ is part of your process, use it on every approved doc — not randomly.
- Use library-level read-only permissions for real protection. Allows reading but not editing.
Common mistakes
- Treating ‘Mark as Final’ as security. It’s not. Use SharePoint permissions for actual restriction.
- Marking everything as final, even drafts. Devalues the signal. Use it deliberately.
- Forgetting to remove the marking when the document gets a new edit cycle. Leaves a confusing ‘final’ banner on a working draft.
The SharePoint Essentials System is the most comprehensive end-user guide in the range. 7 modules, 35 slides covering navigation, libraries, views, lists, metadata, permissions, and decision trees — updated for the new 2026 SharePoint App Bar.
Get the Essentials System — $37 →FAQ
How do I mark a SharePoint document as final?
Open the document. Choose File -> Info -> Protect Document -> Mark as Final. The document becomes read-only and shows ‘MARKED AS FINAL’ at the top. Saved back to SharePoint, anyone opening it sees the Final marker. They can still override and edit — Mark as Final is a signal, not a lock.
Does Mark as Final actually prevent editing in SharePoint?
No — anyone can click ‘Edit Anyway’ and modify the file. Mark as Final is a behavioural signal, not a security control. For real lock-down, use Restrict Editing (Word), sensitivity labels with read-only enforcement, or SharePoint permissions set to View.
What’s a better alternative to Mark as Final in SharePoint?
Use a Document Status metadata column with values like ‘Draft’, ‘In Review’, ‘Approved’, ‘Final’. Filter views by Status. The metadata is searchable, sortable, and visible across the library — Mark as Final is invisible until you open the file. Mark as Final is a 1990s solution; metadata is the SharePoint-native one.
How do I unmark a SharePoint document as final?
Open the file. The yellow ‘MARKED AS FINAL’ bar at the top has an Edit Anyway button. Click it. The document becomes editable again. To remove the Final flag entirely, go to File -> Info -> Protect Document -> Mark as Final again to toggle it off, then save.