How to Fix QuickBooks Error H202: Complete Step-by-Step Guide

How to Fix QuickBooks Error H202 | QB Care USA
🔴 QuickBooks Error Guide

How to Fix QuickBooks Error H202:
Complete Step-by-Step Guide

QuickBooks Error H202 stops you from accessing your company file in multi-user mode. Here’s exactly how to fix it — fast — with 6 proven solutions.

Updated May 2026 7 min read 6 Proven Solutions For US Small Businesses
🚨

Seeing “Error H202: This company file is on another computer”? This means QuickBooks cannot connect to the company file hosted on another machine in your network. Don’t worry — this is one of the most common QuickBooks multi-user errors and it’s completely fixable. Follow the steps below.

At QB Care, we help small and mid-sized businesses across the USA keep their QuickBooks running smoothly every day. Whether you’re processing payroll or closing monthly books — let’s get you back on track right now.

Business owner frustrated with QuickBooks error on computer

QuickBooks Error H202 typically appears when switching to multi-user mode — here’s how to fix it.

Understanding the Error

What Is QuickBooks Error H202?

QuickBooks Error H202 appears when you try to switch QuickBooks to multi-user mode but the software cannot connect to the company file hosted on another computer on your network.

The full error message usually reads:
“Error H202: This company file is on another computer, and QuickBooks needs some help connecting.”

RELATED ERROR CODES IN THE H-SERIES

  • H101 — Company file is on another computer, single user setup issue
  • H202 — Multi-user access blocked — most common
  • H303 — This computer cannot be used to host the company file
  • H505 — This computer cannot access the company file on another system
Quick Reference

Error H202 — Sub-Types & What They Mean

Error What It Means Most Likely Fix
H202Cannot connect to company file in multi-user modeFix hosting + run Database Server Manager
H202 + FirewallFirewall blocking QuickBooks network portsAdd firewall exceptions for QB ports
H202 on all PCsQuickBooks services not running on hostRestart QBDBMgrN and QBCFMonitorService
H202 after updateUpdate broke network configurationRe-run Network Diagnostic Tool
Root Causes

What Causes QuickBooks Error H202?

Understanding the root cause helps you pick the right fix immediately:

🖥️

QB Services Not Running

QuickBooksDBXX or QBCFMonitorService is stopped or not running on the host computer.

🔥

Firewall Blocking QB

Windows Firewall or antivirus is blocking QuickBooks from communicating over the network.

⚙️

Wrong Hosting Settings

Multiple computers are set to host the company file — only one should be the host.

🌐

DNS / IP Issue

The host computer’s IP address or hostname cannot be resolved by other computers on the network.

📡

Network Ports Blocked

QuickBooks-specific network ports (8019, 56728, 55378–55382) are not open on the host.

💾

Damaged .ND File

The network descriptor file (.ND) associated with the company file is corrupted.


Step-by-Step Fixes

6 Proven Solutions — Try in Order

Solution 1 Use QuickBooks File Doctor (Start Here)

QuickBooks File Doctor automatically diagnoses and fixes most H202 network and file errors. This is always the first thing to try.

  1. Download and install QuickBooks Tool Hub from Intuit’s official website
  2. Open QuickBooks Tool Hub → click “Company File Issues”
  3. Click “Run QuickBooks File Doctor”
  4. Select your company file from the dropdown
  5. Choose “Check your file and network” → click Continue
  6. Enter your QuickBooks admin password → click Next
  7. Wait 10–15 minutes for the full scan and repair to complete
  8. Once finished, try switching to multi-user mode again
QuickBooks File Doctor fixes over 50% of H202 errors automatically without any manual steps.

Solution 2 Restart QuickBooks Services on Host Computer

If the QuickBooks database service has stopped running on your host computer, no other machine can connect. Here’s how to restart it:

  1. Go to the host computer (the one that stores the company file)
  2. Press Windows + R → type services.msc → press Enter
  3. In the Services window, look for QuickBooksDB (version number) — e.g., QuickBooksDB32
  4. Right-click it → click Restart
  5. Also find QBCFMonitorService → right-click → Restart
  6. Make sure both services show status: Running
  7. Now go to any workstation and try switching to multi-user mode
Set both services to “Automatic” startup so they restart automatically if the host computer reboots.
IT professional setting up network for small business Accountant reviewing QuickBooks on computer

Solution 3 Fix Hosting Settings on All Computers

If multiple computers are set to host the company file, QuickBooks gets confused and throws H202. Only ONE computer should be the host.

  1. Open QuickBooks on every computer in the network
  2. Go to File → Utilities on each machine
  3. On the host/server computer: it should show “Stop Hosting Multi-User Access” ✅ — this means hosting is ON (correct)
  4. On all workstations: it should show “Host Multi-User Access” ✅ — this means hosting is OFF (correct)
  5. If any workstation shows “Stop Hosting” — click it to turn hosting OFF on that machine
  6. Now on the host computer go to File → Switch to Multi-User Mode
Never have more than one computer hosting the file at the same time — this is the #1 cause of H202.

Solution 4 Add QuickBooks Firewall Exceptions

Windows Firewall often blocks QuickBooks network ports silently. You need to manually allow QuickBooks through the firewall on the host computer.

  1. On the host computer, open Windows Security → Firewall & network protection
  2. Click “Advanced settings” → then “Inbound Rules”
  3. Click “New Rule” → select “Port” → click Next
  4. Select TCP → enter these ports: 8019, 56728, 55378, 55379, 55380, 55381, 55382
  5. Select “Allow the connection” → click Next
  6. Check all three: Domain, Private, Public → click Next
  7. Name the rule “QuickBooks Ports” → click Finish
  8. Repeat the same steps for Outbound Rules
  9. Restart QuickBooks and try multi-user mode again
Also add exceptions for QBW32.exe, QBDBMgrN.exe, and QBCFMonitorService.exe in your antivirus software.

Solution 5 Rename the .ND File

The .ND (Network Descriptor) file tells QuickBooks where the company file is on the network. If it’s corrupted, H202 appears. Renaming it forces QuickBooks to rebuild it fresh.

  1. On the host computer, open Windows File Explorer
  2. Navigate to the folder where your company file (.QBW) is stored
  3. Find the file with the same name as your company file but with a .ND extension
  4. Right-click it → Rename → add .OLD at the end
    (e.g., CompanyFile.qbw.nd becomes CompanyFile.qbw.nd.OLD)
  5. Open QuickBooks Tool Hub → Network Issues → QuickBooks Database Server Manager
  6. Click Scan Folders → add the folder with your company file → click Scan
  7. Once done, a new .ND file will be created automatically
  8. Try switching to multi-user mode again
QuickBooks Database Server Manager automatically rebuilds the .ND file — you don’t need to create it manually.

Solution 6 Check Host Computer Name & Network

If QuickBooks workstations can’t find the host computer by name on the network, H202 appears. This is a DNS or network configuration issue.

  1. On the host computer, press Windows + R → type cmd → press Enter
  2. Type ipconfig and press Enter — note the IPv4 address (e.g., 192.168.1.10)
  3. On a workstation, open cmd → type ping [host computer name] → press Enter
  4. If ping fails or times out → the workstation can’t find the host by name
  5. Fix: Open the hosts file on each workstation: C:\Windows\System32\drivers\etc\hosts
  6. Add this line at the bottom: [IP address] [host computer name]
    Example: 192.168.1.10 ACCOUNTINGPC
  7. Save the file and restart QuickBooks on all workstations
Editing the hosts file requires administrator access. Right-click Notepad → “Run as administrator” → then open the hosts file.

Stay Protected

How to Prevent QuickBooks Error H202 in Future

  • Keep QuickBooks updated to the latest version on all computers
  • Only allow one computer to host the company file at a time
  • Set QuickBooks services to Automatic startup so they always run
  • Keep QuickBooks firewall exceptions configured correctly
  • Use a stable wired network for the host computer — avoid Wi-Fi for hosting
  • Work with a professional bookkeeping team who manages your QB setup correctly
  • Take regular backups so your data is always safe
Professional accounting team supporting small business QuickBooks

QB Care’s expert team handles your QuickBooks setup, bookkeeping, payroll, and more — across the USA.


Still Getting QuickBooks Error H202?

Let QB Care’s expert team fix it for you — and handle your complete bookkeeping, payroll, and tax needs so errors like this never slow you down again.

📞 Contact QB Care Today View Pricing
Common Questions

Frequently Asked Questions

What is QuickBooks Error H202? +

QuickBooks Error H202 occurs when QuickBooks cannot connect to a company file hosted on another computer in multi-user mode. It’s caused by blocked network ports, incorrect hosting settings, stopped QB services, or firewall restrictions.

Why does H202 only appear in multi-user mode? +

In single-user mode, QuickBooks reads the file directly. In multi-user mode, it needs to communicate over the network with the host computer running QuickBooks Database Server Manager. Any network issue — firewall, services, DNS — can trigger H202.

Can I fix H202 without IT support? +

Yes — in most cases Solutions 1–3 in this guide (File Doctor, restarting services, fixing hosting settings) will resolve H202 without needing IT support. If the issue involves firewall ports or network DNS, you may need basic administrator access. QB Care can also assist remotely.

Will fixing H202 affect my QuickBooks data? +

No — all solutions in this guide are network and configuration fixes. They do not modify, delete, or affect your QuickBooks company file data in any way.

How do I contact QB Care for QuickBooks help? +

Call us at +1 (888) 672-8469, email info@qbcareus.com, or fill out our contact form. We serve small businesses across all 50 US states and are ready to help.

About the Author

Leave a Reply

Your email address will not be published. Required fields are marked *

You may also like these