Two-Column Resumes and ATS Parsing
Last updated 2026-08-08
Two-column resumes look organized and are the most common cause of catastrophic parsing failure. The problem is not the columns themselves — it is that PDF text extraction follows the order the text was written into the file, which frequently is not the order you see. That ordering behavior is a documented, testable property of PDF text extraction generally, not something inferred from testing any one commercial ATS vendor's internal parser.
What goes wrong
In a failing two-column extraction, a line from the left column is followed by a line from the right, then back to the left. Your job title is followed by a skill, then a date, then another skill. The parser then tries to assign these interleaved fragments to structured fields and produces nonsense.
This does not happen with every two-column PDF — it depends entirely on how the generating tool wrote the text. That unpredictability is the problem: you cannot tell by looking.
How to test yours in thirty seconds
- Open your PDF in any reader.
- Select all the text (Ctrl+A or Cmd+A) and copy it.
- Paste into a plain text editor.
- Read it. If the order is wrong or fields are interleaved, an ATS sees exactly that.
When two columns are fine
When the resume is being read by a human directly — emailed to a hiring manager, handed over at an event, or attached to a referral. In those cases nothing parses it and the design works in your favor.
Keeping two versions is entirely reasonable: a single-column version for application systems and a designed version for direct contact.
Frequently asked questions
- What about a narrow sidebar just for contact details?
- Same risk, higher stakes — if the sidebar is skipped, your contact details are gone. Contact details should always be in the main flow at the top.
- My two-column resume copies out fine. Is it safe?
- It is much more likely to be safe, yes. The copy-paste test uses the same underlying extraction, so a clean result is genuine evidence.
Check whether your layout survives extraction
Score your resume against the same parsing rules this guide describes, including the column-interleaving risk.
Run the ATS checkRelated
ATS Resume Format Guide
What formatting genuinely breaks applicant tracking systems — columns, tables, headers, images, icons and fonts — and what is safe despite the myths.
ATS Myths, Debunked
Nine widely repeated claims about applicant tracking systems that are false, and what is actually true instead.
PDF vs Word: Which Resume File Format to Use
When to send a PDF, when a .docx is genuinely better, and the one kind of PDF that fails every applicant tracking system.
Resume Action Verbs That Actually Change How You Are Read
188 resume action verbs grouped by the outcome they signal, the four weakest phrasings to replace, and how to use each group correctly.
How to Write Resume Bullet Points That Get Read
The formula behind strong resume bullet points, with 25 before-and-after rewrites across engineering, marketing, finance, healthcare and education.
How to Quantify Achievements on Your Resume
A practical method for putting numbers on your resume when nobody tracked your work, with the metric types that fit each kind of job.