⌥+⌃AltPlusCtrl

How to Use Version History in Google Docs

Windows: Ctrl+Alt+Shift+H
Mac: Cmd+Option+Shift+H
Pressing Ctrl+Alt+Shift+H (Cmd+Option+Shift+H on Mac) opens the Version History panel, showing a complete timeline of every saved revision of the document alongside a timestamp and the specific collaborator responsible for each one. **What the panel shows**: a scrollable list of named and automatically-generated checkpoints along the document's editing timeline, each one representing the document's full state at that specific moment — clicking any entry previews the document exactly as it existed at that point without yet committing to restoring it. **Comparing two specific points**: selecting two different entries in the timeline highlights the specific text that was added or removed between them, color-coded by which collaborator made each change, genuinely similar in spirit to a diff view in version control software used for code — useful for understanding not just that something changed, but precisely what changed and who was responsible. **Naming a version manually**: beyond Docs' automatically saved checkpoints, any collaborator with edit access can manually name a specific version (through the same Version History panel, using the option to name the current version) to mark a meaningful milestone — "first draft complete" or "before major restructure," for instance — making that specific point in the timeline easier to find again later rather than needing to scroll through many auto-generated, timestamp-only entries. **Restoring an earlier version**: selecting an earlier entry and choosing to restore it reverts the entire document to that saved state. This is a genuinely significant action worth understanding fully before using it: restoring doesn't merge the old version with everything written since — it replaces the current document with the selected earlier version entirely, meaning any changes made by any collaborator after that point would be lost from the live document unless that later content is copied out somewhere else first, before restoring. **Why this differs from Suggesting mode**: Suggesting mode governs how new edits are recorded going forward from the moment it's switched on; Version History instead looks backward, offering a way to recover from unwanted changes already made and saved, regardless of whether those changes were made directly or as accepted suggestions. The two features solve genuinely different problems and are frequently useful together on the same actively collaborative document. **Related shortcuts**: Ctrl+Alt+Shift+A opens the all-comments panel, useful alongside Version History for understanding not just what text changed at a given point but what discussion or feedback prompted that change in the first place. **Mistake to avoid**: restoring an earlier version without first checking whether anything valuable was added after that point by another collaborator — since restoring is not additive or merge-based, anything genuinely worth keeping from after the restore point needs to be manually copied out before confirming the restore, or it's gone from the live document. **How far back the history actually goes**: Google Docs generally retains version history indefinitely for as long as the document itself exists, rather than only keeping a limited recent window the way some tools cap their undo or history depth — a document with years of accumulated edits can still be browsed all the way back toward its earliest saved states, though the interface groups closely-spaced automatic saves together for readability rather than surfacing every single keystroke as its own separate entry. **Who can access version history**: anyone with edit access to the document can open and browse its version history, though only someone with sufficient permission (generally full Editor access) can actually perform a restore — a collaborator with comment-only access can typically still view the history for context but won't have the option to revert the live document to an earlier state themselves.

Related shortcuts