How-ToGuide
How to Keep Version History of Your Drafts
The most convincing evidence that you wrote something is the record of you writing it: dozens of saved states, hours apart, showing a draft growing, changing direction and being corrected. Most laptops can keep that record automatically, but only if you switch it on before you need it.

On this page
Why version history matters now
Teachers, editors and clients increasingly ask whether a piece of writing was produced with AI help, and the automated detectors some of them use are unreliable, as the guide to how AI writing detectors work explains. A score from a detector is an estimate. A version history is a record. It shows the order in which sentences appeared, the time spent, the false starts and the corrections, which is very hard to fake after the fact and easy for another person to read.
| Where you write | Keeps versions automatically? | How to see them | Retention |
|---|---|---|---|
| Cloud document editors | Yes | File menu, Version history | Usually indefinite while the document exists |
| Desktop word processor, file saved to its cloud storage | Yes | File, Info, Version History, or the title bar menu | Typically weeks to months, depends on the plan |
| Desktop word processor, file saved locally only | No | Only through operating system backups | As long as the backup keeps it |
| Plain text or Markdown in a folder | No | Use version control or file history | As long as you keep it |
| Notes apps | Partly | Varies; some keep page history | Often short |
Turn it on
Choose one home for each piece of writing
Start the draft in the file where it will finish. Copying text into a new document, or pasting a finished version over an old one, breaks the history into pieces that no longer show the work.
Use automatic versions in your writing app
In cloud document editors, versions are recorded as you type; open the File menu and choose Version history to check. Name important versions, such as first full draft or after feedback, so they are easy to find. In a desktop word processor, save the file to that app's cloud storage and switch on AutoSave; the version list then appears under File, Info.
Turn on operating system file history
On Windows, open Control Panel, System and Security, File History, choose a drive and turn it on; it keeps hourly copies of your documents folder. On a Mac, open System Settings, General, Time Machine, add a backup disk; it keeps hourly snapshots for a day and daily ones for a month. On Linux, most desktops include a backup tool that can do the same on a schedule.
For plain text, use version control
If you write in plain text or Markdown, a version control tool records every change with a timestamp and a short note. Create a repository in the folder, and commit at the end of each writing session with a sentence about what you did. The history lives in the folder and needs no account.
Keep notes and sources with the draft
Save research notes, outlines and source lists in the same folder. A record that shows notes becoming an outline and an outline becoming a draft is the clearest evidence of authorship there is.
Back up the history itself
Version history stored only on one laptop disappears with the laptop. Follow the 3-2-1 laptop backup plan so the record survives a theft or a dead drive.
If you are asked to show your work
Open the version history and walk through it: when the document was created, how long each session lasted, where the structure changed. Export or print a few representative versions if the reader cannot access the file. If you used an AI assistant for part of the work and that was permitted, the history also shows exactly where and how much, which is a fairer basis for a conversation than a detector score. If you run an assistant on your own machine, the offline AI assistant guide explains how to keep its suggestions separate from your drafts.
Common mistakes
- Writing in one app and pasting into another at the end. The destination file shows one giant paste and nothing else. Keep working in the file you will submit, or keep the original with its history.
- Relying on a laptop that is not backed up. A lost laptop takes the history with it.
- Deleting old drafts to tidy up. The mess is the evidence. Archive, do not delete.
- Turning history on the night before a deadline. It only records from the moment it is switched on.
This guide sits with the other step-by-step laptop guides. If a machine with your drafts on it ever locks you out, recovering a Windows password safely gets you back in without wiping the history, and how AI writing detectors score text explains why this record matters more than any score.
Common questions
Does version history prove I did not use AI?
It is strong evidence of how a document developed, not a certificate. It shows the process, which is what a fair reviewer needs to see.
Can version history be faked?
Retyping a text slowly into a fresh document is possible but laborious, and it produces an unnaturally smooth record. Genuine drafting leaves revisions, deletions and pauses.
How long are versions kept?
Cloud documents usually keep them for the life of the document. Desktop apps and backups depend on settings and storage, so check yours.
Is file history the same as a backup?
It is a kind of backup. It protects against deleting or overwriting a file, but it needs a second drive or cloud copy to survive losing the laptop.
What about handwritten notes?
Photograph them with the date and keep them in the same folder. They are part of the record.
Sources
- Google Docs Editors Help: Find what's changed in a file: version history and named versions in cloud documents.
- Microsoft Support: Backup and restore with File History: hourly copies of documents on windows.
- Apple Support: Back up your Mac with Time Machine: hourly time machine snapshots on a mac.
- Git: About Version Control: timestamped commits for plain text drafts.