QuickBooks Data Recovery
Your QuickBooks company file won't open. QuickBooks shows Error -6000/-301 or tells you the file is damaged. The drive holding your QBW may have failed. We recover QuickBooks files from physically failed hard drives and SSDs by imaging the drive with PC-3000 and extracting your company file intact. QuickBooks Desktop 2006 through 2025. No data, no fee.

When Your Accounting File Stops Opening
QuickBooks stores your entire accounting history in a single file with a .QBW extension. Every invoice, bill, payroll record, and general ledger entry lives in that file. When the hard drive or SSD holding your QBW fails, QuickBooks cannot read it. You see error messages, freezing during startup, or a blank company file list.
Intuit's built-in repair tools (File Doctor and Rebuild Data) work at the software level. They fix minor database corruption inside the QBW. They cannot fix a drive with bad sectors, failed read/write heads, or corrupted firmware. If the drive is the problem, running File Doctor repeatedly will not help and may cause further damage by forcing reads on a failing drive.
We solve this at the hardware level. Ship us the drive. We image it sector by sector using PC-3000, extract your QBW file from the image, and verify it opens in QuickBooks before returning it.
QuickBooks File Types We Recover
| Extension | File Type | What It Contains |
|---|---|---|
| .QBW | Company File | Your full accounting database: chart of accounts, transactions, customer/vendor lists, payroll, invoices. This is the primary recovery target. |
| .QBB | Backup File | A compressed copy of the QBW created by QuickBooks' backup function. Contains the same data as the QBW at the time of backup. |
| .QBM | Portable File | A smaller version of the company file for transferring between computers. Excludes logos, images, and templates. |
| .TLG | Transaction Log | Records every transaction since the last backup. QuickBooks uses it to recover recent work if the QBW is restored from a QBB. |
How the Recovery Process Works
You ship your drive to our Austin, TX lab. We evaluate its condition, image it onto a healthy drive, and locate your QuickBooks files on the image. Once extracted, we open the QBW in a sandboxed QuickBooks installation to confirm it loads and your data is intact. We return the recovered file on a new drive or via secure download.
If the drive has no recoverable data, you pay nothing. That is our no data, no fee guarantee.
Pricing
QuickBooks recovery pricing is based on the physical condition of the drive, not the size or complexity of your QBW file. File extraction and QuickBooks verification are included at no additional charge. If your company file is stored on a NAS device, each member drive in the array is priced separately.
| Service Tier | Price | Description |
|---|---|---|
| Simple CopyLow complexity | $100 | Your drive works, you just need the data moved off it Functional drive; data transfer to new media Rush available: +$100 |
| File System RecoveryLow complexity | From $250 | Your drive isn't recognized by your computer, but it's not making unusual sounds File system corruption. Accessible with professional recovery software but not by the OS Starting price; final depends on complexity |
| Firmware RepairMedium complexity – PC-3000 required | $600–$900 | Your drive is completely inaccessible. It may be detected but shows the wrong size or won't respond Firmware corruption: ROM, modules, or translator tables corrupted; requires PC-3000 terminal access Standard drives at lower end; high-density drives at higher end |
| Head SwapHigh complexity – clean bench surgery50% deposit | $1,200–$1,500 | Your drive is clicking, beeping, or won't spin. The internal read/write heads have failed Head stack assembly failure. Transplanting heads from a matching donor drive on a clean bench 50% deposit required. Donor parts are consumed in the repair |
| Surface / Platter DamageHigh complexity – clean bench surgery50% deposit | $2,000 | Your drive was dropped, has visible damage, or a head crash scraped the platters Platter scoring or contamination. Requires platter cleaning and head swap 50% deposit required. Donor parts are consumed in the repair. Most difficult recovery type. |
Hardware Repair vs. Software Locks
Our "no data, no fee" policy applies to hardware recovery. We do not bill for unsuccessful physical repairs. If we replace a hard drive read/write head assembly or repair a liquid-damaged logic board to a bootable state, the hardware repair is complete and standard rates apply. If data remains inaccessible due to user-configured software locks, a forgotten passcode, or a remote wipe command, the physical repair is still billable. We cannot bypass user encryption or activation locks.
All tiers: Free evaluation and firm quote before any paid work. No data, no fee on simple copy, file system, and firmware tiers. Head swap and surface damage require a 50% deposit because donor parts are consumed in the attempt.
Target drive: The destination drive we copy recovered data onto. You can supply your own or we provide one at cost. For ultra-high-capacity drives (20TB and above), the target drive costs approximately $400+ due to the large media required. All prices are plus applicable tax.
Data Recovery Standards & Verification
Our Austin lab operates on a transparency-first model. We use industry-standard recovery tools, including PC-3000 and DeepSpar, combined with strict environmental controls to make sure your hard drive is handled safely and properly. This approach allows us to serve clients nationwide with consistent technical standards.
Open-drive work is performed in a ULPA-filtered laminar-flow bench, validated to 0.02 µm particle count, verified using TSI P-Trak instrumentation.
Transparent History
Serving clients nationwide via mail-in service since 2008. Our lead engineer holds PC-3000 and HEX Akademia certifications for hard drive firmware repair and mechanical recovery.
Media Coverage
Our repair work has been covered by The Wall Street Journal and Business Insider, with CBC News reporting on our pricing transparency. Louis Rossmann has testified in Right to Repair hearings in multiple states and founded the Repair Preservation Group.
Aligned Incentives
Our "No Data, No Charge" policy means we assume the risk of the recovery attempt, not the client.
Technical Oversight
Louis Rossmann
Louis Rossmann's well trained staff review our lab protocols to ensure technical accuracy and honest service. Since 2008, his focus has been on clear technical communication and accurate diagnostics rather than sales-driven explanations.
We believe in proving standards rather than just stating them. We use TSI P-Trak instrumentation to verify that clean-air benchmarks are met before any drive is opened.
See our clean bench validation data and particle test videoQBW File Internals: Sybase ASA Under the Hood
The QBW file is not a flat file or a simple XML export. It is a Sybase Adaptive Server Anywhere (ASA) database, originally based on Watcom SQL. Intuit licensed the Sybase ASA embedded database engine and built QuickBooks' accounting schema on top of it. The .QBW extension masks a standard Sybase .db file with Intuit-specific tables, indexes, and stored procedures.
The internal structure follows Sybase ASA conventions: 4KB database pages, B-tree indexes for account and transaction lookups, and a write-ahead transaction log stored in the companion .TLG file. QuickBooks Enterprise files routinely exceed 1GB, containing millions of database pages. A single unreadable page in a critical index or system table can prevent the entire file from opening.
This architecture matters for recovery because generic file carving tools treat the QBW as an opaque binary blob. Understanding the 4KB page boundaries and Sybase header signatures allows us to validate individual pages, identify which are damaged, and reconstruct the file with targeted repairs rather than blind byte-level copies.
Corruption Patterns from Drive Failures
QuickBooks files encounter specific corruption patterns when the underlying storage fails. Each pattern produces different error messages and requires a different approach.
- Torn QBW pages from power loss: The drive lost power mid-write. A 4KB Sybase page contains a mix of old and new data. QuickBooks detects the inconsistency during its integrity check and reports Error C=343 or refuses to open.
- Missing TLG file: The .TLG transaction log was on a different partition or drive that failed independently. QuickBooks either refuses to open the company file or opens with data loss from the last session, because uncommitted transactions in the log cannot be replayed.
- File header corruption: The first pages of the QBW contain the Sybase database header and system catalog. When bad sectors destroy these pages, QuickBooks reports "This is not a QuickBooks file" or Error -6000,-82. The file looks intact in the directory listing but is unreadable at the application level.
- Partial file from bad sectors: The drive returns read errors for sectors in the middle of the QBW. The file appears to be the correct size in Windows Explorer, but QuickBooks crashes or hangs during open because it hits unreadable pages.
- Network file sharing corruption: The QBW was opened in multi-user mode over an SMB/CIFS share. A server crash or network interruption during a write left the Sybase transaction in an inconsistent state. The .TLG on the server and the QBW pages on disk disagree about which transactions committed.
QuickBooks Error Codes We Handle
| Error | Meaning | Typical Cause |
|---|---|---|
| -6000,-301 | QuickBooks cannot open the company file in single-user mode. The file may be damaged. | Corrupted Sybase ASA pages from bad sectors on the drive, or the file was partially written during a power failure. |
| -6000,-82 | File format not recognized. QuickBooks does not see a valid QBW header. | The Sybase database header page at the start of the QBW is destroyed. Commonly caused by bad sectors in the first few KB of the file on disk. |
| -6150,-1006 | Error creating or restoring a backup. The underlying file is damaged. | The QBW or QBB file has read errors from a degrading drive. QuickBooks cannot create a consistent backup image from a file it cannot fully read. |
| C=343 | Data integrity verification failure. QuickBooks' Verify Data found internal inconsistencies. | Torn Sybase pages from an interrupted write, or corrupted B-tree index pages causing referential integrity failures in the accounting tables. |
| Verify/Rebuild Failure | "Rebuild Data" runs but reports it could not fix all problems. | The corruption is at the Sybase page level, below what Rebuild Data can address. Rebuild operates on QuickBooks application-layer data; it cannot repair damaged database pages. |
Why File Doctor and Rebuild Data Have Limits
Intuit's QuickBooks File Doctor connects to the QBW file through the operating system's file API. It reads the file, checks the Sybase ASA internal structure, and repairs what it can. This works when the corruption is logical: a broken index, a mislinked transaction, a referential integrity violation between accounting tables.
File Doctor cannot fix anything below the file system layer. If the hard drive has bad sectors in the middle of your QBW, the operating system returns an I/O error when File Doctor tries to read those sectors. File Doctor sees the error and gives up. The same applies to firmware corruption, degraded heads, or any condition where the drive cannot deliver clean reads of the file's contents.
Rebuild Data has the same limitation. It runs inside QuickBooks and operates on the application-layer data structures. It rebuilds lists, re-verifies transactions, and fixes QuickBooks-specific inconsistencies. It has no mechanism to repair damaged Sybase ASA pages or recover data from unreadable sectors.
Before running File Doctor repeatedly: If QuickBooks errors started after the computer froze, shut down unexpectedly, or the drive started making unusual sounds, the problem is likely physical. Continued read attempts on a failing drive accelerate damage. Power down the computer and contact us for a free drive evaluation.
Our QuickBooks Recovery Workflow
Drive assessment and forensic imaging
Evaluate the drive using PC-3000 diagnostics. Read the SMART log, check for reallocated sectors, and assess head health. If the drive is mechanically sound, image it with write-blocking. If heads are failed, perform a head swap in the clean bench before imaging. The goal is a complete sector-level clone.
File system parsing and QBW extraction
Mount the cloned image and locate all QuickBooks files: .QBW, .QBB, .QBM, and .TLG. If the NTFS file system is damaged, parse the MFT directly to find the file extents on disk. Extract the complete QBW and its companion TLG.
Sybase ASA page-level scan
Scan the extracted QBW at the 4KB page level. Validate Sybase page headers, check internal consistency, and map damaged pages. This determines how much of the accounting data is intact before we attempt to open the file.
Header reconstruction (if needed)
If the Sybase database header is destroyed (Error -6000,-82), reconstruct it from known good templates matching the QuickBooks version and file parameters. Rebuild the system catalog pages so the database engine can traverse the file.
QuickBooks verification
Open the recovered QBW in a sandboxed QuickBooks Desktop installation matching the file's version. Run Verify Data to confirm internal consistency. Check that the chart of accounts, transaction history, and customer/vendor lists are intact. If the TLG was recovered, replay it to capture the most recent transactions.
Delivery
Return the verified QBW (and TLG if recovered) on a new external drive or via encrypted download. Include the QBB backup and QBM portable file if they were present on the original drive.
QuickBooks Desktop vs. QuickBooks Online
QuickBooks Desktop (Pro, Premier, Enterprise) stores all data locally in a QBW file on your hard drive, server, or NAS. This is the scenario where physical drive recovery applies. If the drive fails, the QBW is only as recoverable as the drive itself.
QuickBooks Online stores data in Intuit's cloud infrastructure. We cannot recover data from Intuit's servers. There are two exceptions where we can help: if you downloaded a company file export from QuickBooks Online and stored it on a local drive, or if you migrated from Desktop to Online and the original QBW file is still on a failed drive.
QuickBooks Enterprise uses the same QBW format and Sybase ASA engine as Pro and Premier. Enterprise files are typically larger (often exceeding 1GB for businesses with years of transaction history), but the recovery process is identical. The larger file size means more 4KB pages to validate, but no change in technique.
Version and Edition Support
We recover QBW files from QuickBooks Desktop 2006 through QuickBooks Desktop 2025. All editions are supported: Pro, Premier, and Enterprise. QuickBooks for Mac uses a different file format (.qbmac), which we also support.
Older versions (2006-2012) use an earlier Sybase ASA schema with smaller default page allocations. These files are typically smaller and less complex. Newer versions (2013-2025) include updated database schema, larger index structures, and improved transaction logging. The on-disk page format has remained consistent across all Desktop versions; the differences are in the QuickBooks application schema, not the Sybase engine layer.
If your QBW was created in an older version and later converted during a QuickBooks upgrade, the file retains its original Sybase ASA structure with updated schema tables. We handle these converted files using the same recovery workflow.
QuickBooks Recovery FAQ
Can you recover a QBW file from a drive that won’t turn on?
QuickBooks File Doctor could not fix my company file. Can you?
Do you recover QuickBooks Online data?
My QuickBooks company file was on a NAS shared by multiple users. The NAS failed. Can you recover it?
What happens if the TLG transaction log is missing?
How is QuickBooks recovery priced?
Related Recovery Services
All supported database engines
MDF/NDF corruption, suspect mode
EDB corruption, mailbox extraction
Mechanical HDD recovery
NVMe, M.2, SATA solid state drives
Synology, QNAP, multi-bay NAS devices
Recover Your QuickBooks File
Call Mon-Fri 10am-6pm CT or email for a free drive evaluation.