MDB File Won't Open: Common Causes and Fixes
When an Access file fails to open, the problem is usually password protection, corruption, a renamed file, unsupported Access objects, or a file that is too large for browser memory.
Updated: 2026-07-07
Start with the file itself
- Check that the extension is really .mdb or .accdb.
- If the file came from email or a ZIP archive, download or extract it again.
- Make a copy before trying repairs or conversions.
- Check the file size; very small files may be incomplete, and very large files may exceed browser memory.
Password-protected databases
Most browser-based viewers cannot open encrypted Access files. If the file asks for a password in Microsoft Access, unlock it in Access first, save a separate copy without the password, and then use the copy for viewing or CSV export.
Corruption or incomplete downloads
Access files can become corrupted after network share issues, interrupted downloads, or old storage media. If you have Access, try Database Tools > Compact and Repair Database. If you do not have Access, ask the sender for a fresh export or a CSV copy of the relevant tables.
Objects that a viewer cannot run
- Forms and reports are not table data.
- Macros and VBA modules require Access.
- Linked tables may point to SQL Server, SharePoint, or another Access file.
- Queries may depend on functions that are not available outside Access.
When to switch tools
If a file opens in Access but not in the browser, export tables from Access or use a local script. If the file does not open in Access either, repair the database or restore from backup before attempting conversion.