How to Check If a PDF Is Accessible: A Practical Guide for Teams
Learn how to check PDF accessibility with manual tests and automated scans. Catch missing tags, broken headings, and untagged images before publishing.
Why PDF Accessibility Checking Matters
PDFs are everywhere in organizations – reports, forms, brochures, research papers, meeting agendas. When these documents lack accessibility features, people who use assistive technology hit walls. A screen reader might read a table in the wrong order. A keyboard user might get trapped on a page. Someone with low vision might not be able to resize text properly. For universities, government agencies, and organizations receiving public funding, PDF accessibility is not optional. The Web Content Accessibility Guidelines (WCAG) 2.1 apply to digital documents too, and lawsuits over inaccessible PDFs have targeted schools, healthcare providers, and businesses of all sizes. But beyond legal risk, there is a practical reason to care: an inaccessible PDF is a broken user experience. If you publish a form students need to fill out, or a report stakeholders need to review, and someone cannot use it, that is a real problem for real people. Checking accessibility before you publish fixes that.
Manual Checks You Can Do Right Now
Check the Document Properties
Open your PDF in Adobe Acrobat. Go to File > Properties and click the Description tab. Look at the Title field. Is it filled in, or is it blank? A missing title is one of the most common PDF accessibility failures, and it is one of the easiest to spot. The title should describe what the document is, not just repeat the filename. "2024 Annual Sustainability Report" is useful. "final_report_v3.pdf" is not. While you are in Properties, check the Initial View tab. Make sure the document opens with the document title showing instead of the filename. Small detail, but it matters for screen reader users.
Test with a Screen Reader
If you have access to a screen reader – NVDA (free for Windows), VoiceOver (built into Mac), or JAWS – open your PDF and listen to how it reads. Does it announce headings in a logical order? Can you navigate by heading level? When it hits an image, does it say something useful, or just "graphic" or a filename? You do not need to be an expert screen reader user for this test. Even a five-minute listen will reveal whether the document has basic structure or is just a stream of unstructured text.
Try Keyboard Navigation
Click once on the document, then use the Tab key to move through links and form fields. Can you reach every interactive element? Can you see where focus is? If you have a form, can you fill it out without touching the mouse? Keyboard traps – where focus gets stuck and you cannot Tab out – are a common failure in PDF forms.
Test Reflow Mode
In Adobe Acrobat Reader, go to View > Zoom > Reflow. This reflows the document content into a single column, similar to how a mobile browser resizes a webpage. Does the content stay in a readable order? Do tables collapse in a way that still makes sense? If paragraphs read out of order or images float away from their captions, the document's underlying structure is likely broken. This is a quick way to spot reading order problems without any special tools.
What Automated PDF Accessibility Scans Can Detect
Manual checks are valuable, but they do not scale. If you have fifty PDFs – or five hundred – you need a faster way to find issues. That is where automated PDF accessibility scans come in. An automated scanner inspects the technical structure of a PDF and flags issues based on WCAG criteria and PDF/UA standards. Here is what automation catches well: Tag structure problems. PDFs have a hidden tag tree, similar to HTML, that tells assistive technology what everything is – headings, paragraphs, lists, tables. Scanners detect missing tags, incorrectly nested tags, and content that is not tagged at all. A page that looks fine visually might have a tag tree that is completely empty. Automation spots that instantly. Language settings. The document needs a default language declared (usually "en-US" or similar). Scanners flag when this is missing, which matters because screen readers use language settings to pick the right voice and pronunciation rules. Missing document title. As mentioned earlier, a blank title field is an automatic fail on most accessibility checks. Scanners catch this in seconds across hundreds of files. Alt text presence. Scanners can detect whether images have alternative text attached. They cannot judge whether the alt text is good – more on that below – but they can tell you which images have nothing at all. In a document with dozens of charts and diagrams, that list alone saves hours. Heading hierarchy issues. Scanners check whether headings follow a logical order (H1 before H2, no skipped levels). A document that jumps from H1 to H3, or uses heading tags for visual styling rather than document structure, will get flagged. Table structure errors. Automated scans detect tables without header rows, missing header cell associations, and tables used for page layout rather than data. These are common in reports exported from Word or InDesign. The real value of automation is speed and coverage. A scanner can process a batch of PDFs overnight and give you a prioritized list of issues. This kind of accessibility issue detection, scaled across hundreds of files, turns an overwhelming audit into a manageable task. Your PDF accessibility findings become information you can act on – whether you are planning remediation internally or getting quotes from vendors.
What Automation Cannot Catch (And Why That Matters)
This is the part where honesty matters. Automated scans are powerful, but they are not a complete accessibility evaluation. There are gaps you need to know about. Color contrast judgment. A scanner can flag text that might be too light against its background based on color values. But it cannot judge contrast in images, charts with colored legends, or text placed over photographs. A human still needs to look at the visual design and decide whether people with low vision can read it. Reading order in complex layouts. PDFs are built in layers, and the visual order on the page does not always match the order in the tag tree. A scanner can tell you the reading order exists. It cannot reliably tell you whether that order makes sense for a multi-column layout, a sidebar, or a page with overlapping elements. You need a manual check – or a screen reader test – to confirm the content reads in the right sequence. Meaningful alt text quality. Automation confirms alt text is present. It cannot tell you whether the alt text is accurate or useful. "Chart showing quarterly revenue growth of 23%" and "image1" both register as alt text present. One is helpful. The other is useless. Only human review catches that distinction. Logical content sequence. A scanner sees that headings are tagged. It does not know whether the document flows in a way that makes sense. A section titled "Results" followed by "Methodology" might pass technical checks but fail common sense. Content logic requires subject-matter judgment. Understanding these limits matters because it shapes your workflow. An automated scan tells you what is technically broken. A manual review tells you whether the document actually works for users. Both are necessary. Neither replaces the other.
Ready to check your own PDFs?
Start a Free ScanHow to Build a Simple PDF Accessibility Workflow
If you are managing PDFs at any scale, you need a repeatable process. Here is a simple five-step workflow that combines automated scanning with manual checks. 1. Inventory your PDFs. You cannot fix what you have not counted. List every PDF on your public website, in your course materials, or in your document library. Note the source (InDesign, Word, Excel, scanned pages) because that affects how you remediate. 2. Run an automated scan. Use a PDF accessibility checker to scan your inventory. You want a report that flags issues by severity – critical, warning, informational – so you can prioritize. Critical issues are blockers: missing tags, no title, missing alt text. Warnings need review: heading hierarchy, possible contrast issues. Informational items are good to know but not urgent. 3. Triage the results. Not every PDF needs the same level of attention. A PDF that is downloaded ten thousand times a month is higher priority than one from a 2019 workshop that nobody opens. Sort by traffic, legal exposure, and remediation effort. Fix quick wins first. Queue complex documents for deeper work. 4. Remediate. For simple PDFs exported from Word, sometimes re-exporting with the right settings fixes half the issues. For complex InDesign files, you might need to fix the source file and re-export. For scanned documents, you might need OCR plus manual tagging. This is where manual remediation expertise comes in – whether that is an internal specialist or an external vendor. 5. Verify. After remediation, re-scan to confirm technical issues are resolved. Then do a spot-check with a screen reader on a few representative pages. The scan catches whether the fix worked structurally. The screen reader test confirms whether the experience actually improved. This workflow scales. A small team can run it on a dozen PDFs. A large university can run it on thousands. The key is having a consistent process rather than checking documents randomly whenever someone asks.
When to Use an Automated Pre-Audit
There are four moments when running an automated PDF accessibility scan is especially useful – and these are moments most teams face regularly. Before engaging a remediation vendor. If you are about to hire a firm to fix your PDFs, you need to know what you are dealing with. A pre-audit report gives you a clear inventory of issues, which means vendors can quote accurately instead of giving you a rough estimate that doubles once they see the files. It also lets you compare quotes on equal footing. During a content audit. If your organization is reviewing all public-facing documents – common before an accessibility lawsuit settlement or compliance deadline – an automated scan quickly separates documents that need work from documents that are already in decent shape. After bulk PDF generation. Converting a batch of Word files, or exporting a series of reports from a design template, often introduces the same issue across every file. A bulk scan after generation catches template-level problems before they propagate to dozens or hundreds of documents. Before legal or compliance review. If an auditor, attorney, or accessibility specialist is about to review your PDFs, running an automated scan first lets you fix obvious issues yourself. You save money by not paying expert rates for problems a machine could have caught. An automated PDF accessibility scan is a planning tool. It provides remediation planning support by giving you information you can act on – whether that action is fixing files yourself, hiring help, or simply knowing where you stand. It does not replace manual expertise. It makes that expertise more efficient by surfacing issues early and prioritizing what matters most.
FAQ
What is the easiest way to check PDF accessibility?
Start with two quick checks in Adobe Acrobat: open File > Properties > Description and confirm the Title field is filled in, then go to View > Zoom > Reflow and see if the content stays in a logical reading order. These two tests take under a minute and catch common problems. For a deeper check, use an automated PDF accessibility scanner to inspect the tag structure, heading hierarchy, and alt text presence across your document.
Can I check PDF accessibility for free?
Yes, partially. Adobe Acrobat Pro includes an accessibility checker under Tools > Accessibility > Full Check. PAC (PDF Accessibility Checker) is a free option for Windows. NVDA, a free screen reader, lets you test how the document reads aloud. However, free tools vary in depth. Some only check a subset of WCAG criteria. For a comprehensive accessibility risk review across many documents, a dedicated scanner provides more complete coverage.
How long does a PDF accessibility scan take?
An automated scan of a single PDF takes seconds. A batch scan of dozens or hundreds of PDFs typically completes in minutes to a few hours, depending on file size and complexity. The real time investment is in reviewing the results and planning remediation – which is still far faster than checking every document manually.
What is the difference between a scan and an audit?
A scan is an automated technical check. It inspects the PDF's code structure, flags missing tags, blank titles, broken heading hierarchies, and similar machine-detectable issues. An audit is a broader evaluation that includes manual testing – screen reader navigation, color contrast judgment, reading order verification, and assessment of whether alt text is meaningful. Scans find technical problems fast. Audits evaluate whether the document actually works for users. For a full accessibility evaluation, you need both.
Will an automated scan guarantee my PDF is WCAG compliant?
No. An automated scan finds issues that can be detected programmatically, but WCAG compliance involves criteria that require human judgment – color contrast in images, logical reading order, meaningful alt text, and overall usability. A clean scan result means the technical structure is sound, not that the document is fully compliant. Think of a scan as a pre-audit report: it surfaces issues early and helps you prepare for a full evaluation, but it does not replace one.
Find out what's hiding in your PDFs
Upload your documents and get an instant accessibility scan. See missing titles, broken headings, untagged images, and more — in seconds.
Scan Your PDFs NowPDFScanAccess Team
We build tools that help organizations find and fix PDF accessibility issues before they become compliance problems.