How Turnitin detects AI writing
Updated 2026-09-04 · 9 min read
Turnitin cuts your document into short overlapping windows of sentences, scores each window with a classifier, and reports the share of qualifying text that came back looking machine-written. It never watched you write. It received a finished file and estimated.
What happens to your file, in order
- The file is checked against the requirements: at least 300 words of prose, no more than 30,000, in English, Spanish or Japanese.
- The text is cut into segments of roughly five to ten sentences, and those segments overlap, so every sentence is scored with its neighbours around it.
- Each segment goes through the classifier, which returns a single number between 0 and 1.
- The sentence-level results are aggregated into the percentage your instructor sees, and the flagged sentences are highlighted in the report.
- If under 20% of the qualifying text came back as likely AI, no percentage is displayed. The report shows an asterisk instead.
The unit of judgement is a window, not your document
About five to ten sentences go into the classifier at a time. That is why one paragraph can come back highlighted while the paragraph beside it stays clean, and why deleting a sentence sometimes changes the highlighting on sentences you did not touch.
Because the windows overlap, each sentence is scored more than once, in different company each time. Turnitin says errors are more common in documents that mix human and machine writing, and specifically at the joins between the two. That is the mechanism behind it: a plain sentence sitting inside a smooth passage is read in the context of that passage.
What the model was trained on
Turnitin's architecture paper describes a transformer classifier in the BERT family, trained on two piles of text. One is human writing drawn from years of student papers already in Turnitin's archive. The other is text produced by GPT-family models.
So the question the classifier answers is narrower than the one people think it answers. Not 'did a machine write this' but 'does this look more like my human pile or my machine pile'. If your writing sits away from the human pile for reasons of your own, you start closer to the machine side before any assistant is involved. Writing carefully in a second language does that. So does a taught essay template, and so does a subject where the phrasing is conventional because precision requires it.
The 300 word floor, and what counts as prose
Turnitin's file requirements page sets hard boundaries, and a submission outside them gets no AI report at all rather than a low one.
- At least 300 words of prose in a long-form format, and no more than 30,000
- Written in English, Spanish or Japanese
- Uploaded as .docx, .pdf, .txt or .rtf, under 100 MB
Where the asterisk under 20% comes from
Turnitin stopped printing a number below 20% and prints an asterisk there instead. The reason it gave is the one that matters to you: the low band is where its false positives concentrate. A paper with a little flagged text is far more likely to be a mistake than a paper flagged throughout.
One consequence catches people out. An AI indicator with no number in it does not mean nothing was flagged. It can mean nothing crossed the line, or it can mean something did and stayed under 20%. If the distinction matters in your case, ask which of the two it was.
The two error rates Turnitin publishes
Turnitin reports a document-level false positive rate below 1% for documents where 20% or more of the text is flagged, and a sentence-level rate of around 4%. Both figures are the vendor's own. No one outside Turnitin can reproduce them, because the model is not available outside an institutional licence, and we have not measured it either.
The sentence figure is the one that reaches you, because highlighted sentences are what an instructor actually reads. Take an essay with 40 scoreable sentences. At a 4% sentence rate, between one and two highlighted sentences are expected to be wrong in a paper where nothing is wrong at all. A scatter of yellow across an honest essay is the predicted result, not a surprise.
Questions people ask about the number
| Question | Answer |
|---|---|
| Can Turnitin actually detect AI? | It estimates. It reports how much of your text resembles the machine writing in its training data, and Turnitin's guidance to educators says that is not sufficient on its own for a misconduct finding. |
| Is 30% on Turnitin high? | For the AI indicator it is above the 20% line where Turnitin will print a figure at all, so most institutions would open a conversation. There is no official cutoff. Any threshold you have been quoted is local policy, and you can ask to see it in writing. |
| How is ChatGPT detected in Turnitin? | Not by name. The classifier scores the shape of the writing, so any assistant lands in the same region, and the report never identifies a tool. |
| Does the AI percentage change my similarity score? | No. Two systems, two numbers, neither constrains the other. |
| Can I run the check on my own draft first? | No. Turnitin sells to institutions, and the AI report is not shown to students in any view. |
What it cannot see
- How the text got into the document. A file upload carries no record of typing or pasting.
- Which assistant was used, or whether one was used at all.
- The editing you did. A generated draft rewritten by hand and an honest draft polished flat can score alike.
- Anything outside the file: your outline, your notes, your version history. Those stay yours to produce, and for most students they are the strongest evidence available.
The short version
Turnitin scores overlapping windows of five to ten sentences against a classifier trained on its own archive, then reports the share that crossed a line. That is a resemblance measurement with a published error rate, and at the sentence level that rate is high enough that a few wrongly highlighted lines in a long honest paper is the expected case.
Sources
- Turnitin: AI writing detection model architecture and testing protocol
- Turnitin Guides: File requirements for an AI Writing Report
- Turnitin Guides: AI writing detection model
- Turnitin: Understanding the false positive rate for sentences of our AI writing detection capability
- Turnitin: AI writing detection update from Turnitin's Chief Product Officer