Automated scans and accessibility audits are separate activities that serve different purposes. Combining their results into a single dataset creates confusion, muddies your conformance picture, and makes prioritization harder. The better approach: use each for what it does well, keep the outputs separate, and let your audit report drive your WCAG conformance work.
| Factor | Detail |
|---|---|
| Scan Coverage | Scans only flag approximately 25% of issues. They catch code-level patterns but miss context-dependent accessibility problems. |
| Audit Coverage | A (manual) accessibility audit evaluates the full WCAG standard, including interaction, navigation, and assistive technology behavior. |
| Conformance Determination | Only a (manual) accessibility audit can determine WCAG conformance. Scans cannot. |
| Recommended Approach | Keep scan data and audit data in separate workflows. Use scans for ongoing monitoring and audits for conformance evaluation. |

What Scans Actually Tell You
Automated scans crawl your pages and flag code patterns that match known issue signatures. Missing alt attributes, empty form labels, low color contrast ratios. These are real accessibility issues, and catching them early is valuable.
But scans operate on code structure alone. They cannot evaluate whether a custom dropdown works with a screen reader. They cannot determine if content is presented in a logical reading order. They cannot assess whether error messages are announced to assistive technology users.
That 25% coverage number matters. It means roughly three out of four accessibility issues on your digital asset go undetected by any scan.
What an Audit Tells You
An accessibility audit is a complete evaluation of your web app, mobile app, or website against a specific WCAG standard, typically WCAG 2.1 AA or WCAG 2.2 AA. An auditor works through every success criterion, interacts with your product using assistive technologies, and documents each issue with its WCAG mapping, severity, and remediation guidance.
The audit report is your conformance picture. It identifies every issue an auditor encounters across the evaluated pages or screens, giving your development team a prioritized path to remediation.
Why Merging the Two Creates Problems
When teams dump scan results into the same tracking system as audit findings, a few things go wrong.
First, duplicate issues. A scan flags a missing alt attribute on page X. The audit also identifies it. Now you have two records for one problem, and your issue count looks inflated.
Second, severity mismatch. Scans assign severity based on algorithms. Auditors assign severity based on real user impact. When both live in the same list, your team cannot tell which rating to trust.
Third, noise. Scan results include false positives. Items flagged as potential issues that, in context, are not issues at all. Mixing these with verified audit findings wastes remediation time.
How Should You Use Each One?
Scans work best as a monitoring tool. After your audit identifies the full scope of issues and your team completes remediation, scans help you catch regressions. New pages added without alt text. A form deployed without labels. Code-level issues that creep back in during regular development cycles.
Audits are your conformance checkpoints. They tell you where you stand against WCAG 2.1 AA or WCAG 2.2 AA at a specific moment. They produce the data that populates your ACR if you need one for procurement. And they give your team verified, actionable issue documentation.
The Accessibility Tracker Platform keeps these workflows distinct. Audit data lives in its own project space with User Impact and Risk Factor prioritization formulas. Scan and monitoring data operates as a separate feature. This separation means your conformance data stays clean and your monitoring data stays useful.
Does Scan Data Have Value After an Audit?
Yes, but in a supporting role. After remediation, running scans across your pages confirms that code-level fixes hold. If a developer reverts a change or a CMS update strips an attribute, the scan catches it before your next audit cycle.
The resulting audit report gives you a complete WCAG conformance picture. Scans supplement that picture over time. They do not replace it or extend it.
Think of it this way: the audit draws the map, and scans alert you when something on the map changes.
What About Teams That Only Have Scan Data?
If your organization has only conducted scans, you do not have a conformance determination. You have a partial list of code-level issues. That is a starting point, not a compliance position.
For ADA compliance, EAA compliance, or Section 508 procurement requirements, you need a (manual) accessibility audit to determine WCAG conformance. Scan data alone will not satisfy a buyer reviewing your ACR, and it will not hold up as evidence of compliance in a legal context.
Can scan data speed up the audit process?
Not meaningfully. An auditor evaluates your digital asset against the full WCAG standard regardless of what a scan has already flagged. Providing scan results ahead of time does not reduce audit scope or cost. The auditor needs to evaluate every applicable success criterion independently.
Is there a platform that keeps audit and scan data organized separately?
The Accessibility Tracker Platform is built for this. Audit projects track issues with WCAG mapping, severity ratings, and prioritization formulas in a dedicated workspace. Scan and monitoring features operate independently, so the two data streams never cross-contaminate your conformance tracking.
How often should you conduct scans between audits?
Monthly or after any significant deployment. Scans catch regressions quickly and cost nothing compared to a full audit cycle. Running them regularly keeps your remediation work from losing freshness between conformance evaluations.
Scans and audits are both useful. They become a problem only when you treat them as interchangeable or merge their outputs into one undifferentiated list. Keep them separate, use each for its intended purpose, and your accessibility data stays accurate.
Contact Accessibility Tracker to organize your audit and scan workflows in one platform without mixing the data.

