Will an applicant tracking system actually read your resume?

6 minute read · Updated August 28, 2026

A lot of what circulates about applicant tracking systems is exaggerated, and much of it comes from companies selling resume tools. The claim that these systems automatically reject three quarters of applications has no reliable source behind it. What is true is narrower and more useful: before a person reads your resume, software turns it into text, and that step can go wrong in ways you will never be told about.

What the software actually does

An applicant tracking system is a database. It stores applications, lets recruiters search them, and moves candidates through stages. The part that concerns you is the first step: converting your file into text and pulling structured fields out of it.

It looks for your name, your email address, your phone number, your employers, your dates, and your skills. Those become searchable records. When a recruiter searches for a skill, they are searching those extracted fields, not your document.

Nothing here rejects you automatically. What happens is quieter. If extraction fails, you are simply not in the results when someone searches.

Where extraction breaks

In a PDF, text is not stored as lines. Each fragment is stored with a position on the page, and the parser has to put those fragments back into reading order. Anything that complicates the layout complicates that reconstruction.

  • Tables. A two column layout with labels on the left is clear to your eye and scrambled to a parser. Dates end up detached from the roles they belong to.
  • Multi column pages. Text from the right column can be interleaved with the left, producing sentences that were never written.
  • Text inside images. Completely invisible. This is the most common way contact details go missing.
  • Headers and footers. Some parsers skip them entirely. A phone number placed in a footer may never be read.
  • Unusual fonts and heavy letter spacing. Character level extraction can break, turning an email address into fragments.

The one failure that matters most

If your email address or phone number does not survive extraction, everything else stops mattering. A recruiter who wants to contact you cannot. This is worth checking before you worry about keywords or scores.

It is also the failure people are least likely to notice, because the document looks perfect when you open it. The damage happens on the other side, in a system you never see.

How to check rather than guess

Open your resume, select all the text, and paste it into a plain text editor. What you see is roughly what the parser gets. If your phone number arrives broken, or your job titles are separated from their dates, that is the problem to fix first.

For a more direct answer, run the file through the analysis on this site. It reports the contact details it could extract, the sections it recognised, and the structures that interfere with parsing. Every finding is measured from your file rather than estimated by a language model, so the same document always produces the same result.

Frequently asked

Do these systems really reject most resumes automatically?
No credible source supports that claim. Applicant tracking systems mostly store and search applications, and the filtering is done by people using those search results. The real risk is not automatic rejection but failed extraction, which keeps you out of the search results in the first place.
Does repeating keywords help?
Repeating a term does not improve your standing, and blocks of invisible white text are detected and treated as manipulation. What helps is that the skills you genuinely have appear in the words the posting uses, in the context of the work you did.
Which resume template is safest?
A single column, ordinary headings, real text rather than graphics, and a common font. Visually plain templates parse most reliably. Design does not have to be sacrificed everywhere, but it should not carry information.