Tally Prime 'Data Path Cannot Be Found': Quick Diagnosis and Fix

The 'data path cannot be found' error in Tally Prime means the software can't locate the folder where your company data is stored — the path in Tally's configuration has become invalid. This happens after moving the data folder, renaming the folder, or reinstalling Tally without reconfiguring the data path. The data itself is almost certainly intact — only the path reference needs updating.

💬 From experienceBefore doing anything else, search your PC for the 'Company' folder that Tally creates inside the data directory — it's usually in C:\Tally Prime\Data\ or wherever Tally was installed. If you find it, you have your data. The fix is pointing Tally's configuration to that folder, not recovering anything.

Simply put, Tally Prime is looking for your company data folder in a location that no longer exists, has been renamed, or is currently inaccessible. Tally Prime does not store company data inside the application — it maintains a configuration file called Tally.ini (in the installation folder) that contains the exact file path to your data directory. Every time Tally starts, it reads this path and goes directly there to load your company list. When that path is wrong or broken, the error appears.

Watch: Tally Prime Data Path Error Fix — Specify Path, Tally.ini & Drive Methods

Why Does This Error Appear?

Dark-themed diagram showing the Tally Prime startup chain from application launch to reading Tally.ini to going to the data folder with five root cause cards below showing folder moved drive disconnected Tally update Windows permissions and server stopped and a Tally.ini file mockup showing the broken versus corrected Data path line
The Tally Prime startup chain: every time Tally launches it reads Tally.ini and goes directly to the path on the Data= line to load your company list. If that path is wrong — due to any of the five causes shown — the error fires before your company list can even appear. The fix is always the same: correct the path. The bottom panel shows exactly what the broken line looks like vs the corrected line in Tally.ini — a single backslash at the end and the right drive letter are the two most commonly missed details.

The five most common causes:

  • The data folder was moved, renamed, or deleted. Someone reorganised the folder structure, a Windows update shifted files, or a cleanup operation deleted what appeared to be an unused folder.
  • The data is on a network drive or external hard drive that is disconnected or has been reassigned a different drive letter. If your data lives on Z:\TallyData\ and the network share is now offline, Tally cannot reach it.
  • Tally Prime was reinstalled or updated and the fresh installation wrote a default data path to Tally.ini, overwriting the custom path that pointed to your actual company data.
  • Windows file permissions changed — a Windows update or group policy change may have revoked Tally’s access rights to the folder.
  • Multi-user setup: the Tally server service has stopped on the computer hosting the data.

6 Step-by-Step Fixes

Follow the order — the quickest wins are at the top.

1Change the Data Path from Tally’s Startup Screen

Before editing any file, try the quickest approach — pointing Tally to the correct folder directly through the application’s own interface.

  1. Close Tally Prime completely and relaunch it.
  2. On the startup screen (before your company list appears), press Alt+Y to open the Data menu, then select Data Path → Company Data Path.
  3. In the Data Path Configuration screen, type or paste the correct path to your data folder.
  4. Alternatively, use “Specify Path” or “Select from Drive” from the on-screen options to browse to the folder rather than typing it manually.
  5. Press A: Accept (or Ctrl+A) to confirm the new path.
  6. Tally will attempt to read the company list from the new path. If your companies appear, the path was the only problem.

Not sure where your data folder is? Open Windows File Explorer and search for *.900 or *.1800 — Tally data files use these extensions. Common locations include C:\Users\Public\TallyPrime\Data\, C:\TallyPrime\Data\, or a mapped network drive.

Tally Prime Silver Select Company screen showing an empty List of Companies with the data path pointing to F drive and the Specify Path and Select from Drive options visible in the menu confirming the company list is empty because the path is wrong
The Select Company screen showing an empty company list — the most common presentation of the Data Path error. The data path shown at the bottom (here F:\) is where Tally is currently looking for your data. If no company files exist at that location, the list is empty. The right-side menu options — Specify Path and Select from Drive — are the correct tools for Fix 1. Use “Specify Path” to type the correct folder path, or “Select from Drive” to browse your drives visually without typing. Once you point Tally to the folder containing your .900 files, your company list will appear instantly.
2Edit the Tally.ini Configuration File Directly

If the startup screen path change didn’t persist — or if Tally won’t reach the startup screen — edit Tally.ini directly. This is the definitive fix that permanently corrects the path Tally reads every time it launches.

⚠️ Back up Tally.ini first: Before editing, copy the file to your Desktop as a backup named Tally.ini.backup. An incorrect edit — particularly a missing backslash at the end, or a wrong drive letter — will prevent Tally from starting entirely.
  1. Navigate to your Tally Prime installation folder:
    • 64-bit Windows: C:\Program Files\TallyPrime\
    • 32-bit Windows: C:\Program Files (x86)\TallyPrime\
  2. Right-click Tally.ini → Copy → paste to Desktop as backup.
  3. Right-click Tally.iniOpen with → Notepad.
  4. Find the line beginning with Data= — it looks like:
    Data=C:\TallyPrime\Data\
  5. Replace the path after Data= with the correct path to your data folder. Ensure the path ends with a backslash (\) and the drive letter is correct:
    Data=C:\Users\Accounts\TallyPrime\Data\
  6. Press Ctrl + S to save.
  7. Close Notepad and relaunch Tally Prime — your company list should now appear.
Tally Prime Data Path Configuration dialog showing the Company Data Path field with F drive selected and the List of Folders Data locations dropdown showing Specify Path and Select from Drive options with F drive listed as a known location
The Data Path Configuration screen in Tally Prime — reached via Alt+Y → Data Path → Company Data Path. The Company Data Path field at the top shows what Tally is currently configured to use. The List of Folders / Data locations dropdown below it shows available paths including Specify Path (type a full path manually) and Select from Drive (browse drives visually). Press A: Accept at the bottom after entering the correct path. This in-application fix is always the fastest first approach — it changes the path immediately without requiring a text editor or file navigation.
3Reconnect a Network Drive or External Hard Drive

If your Tally data is stored on a network server or an external drive, a disconnected drive is the most likely cause — and the fix is reconnecting the drive before Tally launches, not changing Tally’s configuration.

  1. Open Windows File Explorer and check the left panel under “This PC.” Look for the drive letter your Tally data is mapped to.
  2. If the drive shows a red X or is listed as “Disconnected,” the network share or external drive is not accessible.
  3. For network drives: Right-click the disconnected drive → select Reconnect. If this fails, verify the server computer is powered on and accessible.
  4. For external drives: Reconnect physically and wait for Windows to recognise it. Check the drive letter — if Windows assigned a different letter (e.g., E: instead of F:), update Data= in Tally.ini (Fix 2) to match the new letter.
  5. To prevent disconnection recurring: right-click the network drive → Properties → check “Reconnect at sign-in.”
  6. Once the drive is accessible, relaunch Tally Prime.
4Restore the Data Path After a Tally Update or Reinstall

Tally Prime updates and fresh installations sometimes reset Tally.ini to default settings, overwriting your custom data path. If this error appeared immediately after a Tally update, this is almost certainly the cause.

  1. Locate your actual data folder using File Explorer — search for *.900 files as described in Fix 1.
  2. Note the complete path including the drive letter.
  3. Edit Tally.ini as described in Fix 2 to point the Data= line to this correct path.
  4. Additionally, check whether Tally created a new empty “Data” folder inside the installation directory during the update. If a folder named “Data” exists at C:\Program Files\TallyPrime\Data\, it is empty — not your real data. Confirm your actual data path by verifying the .900 files are present there.
  5. After correcting the path, relaunch Tally and confirm your companies appear.
ⓘ Prevention tip: Keep a saved copy of your correct Tally.ini in a separate location. After any future Tally update, if the error returns, you can simply copy your backup Tally.ini back into the installation folder and the path is restored instantly.
Tally Prime Select Company screen showing a successful company list load with Y drive COMPANY DATA TALLY New Data HG as the data path and H G Company 2023 24 number 10005 listed for the period 1 Apr 22 to 31 Mar 23 confirming the data path is correctly configured
Fix confirmed: the Select Company screen after successfully correcting the data path. The path shown — Y:\COMPANY DATA - TALLY\New Data HG — is a network mapped drive path, and the company H.G Company (2023-24) has appeared in the list with its company number (10005) and financial period. This is exactly what your screen should look like after applying Fix 1 or Fix 2. The moment your company list reappears, your data is fully accessible — select the company and confirm everything opens correctly.
5Check Windows Folder Permissions for the Data Directory

If the data folder exists at the exact path shown in Tally.ini but the error still appears, a Windows permission change may be preventing Tally from reading the folder.

⚠️ Admin access required: Modifying Windows folder permissions requires administrator access. If you are not familiar with Windows security settings, ask your IT administrator to perform this step rather than attempting it independently.
  1. In File Explorer, right-click your Tally data folderProperties.
  2. Click the Security tab.
  3. Review the list of users and groups under “Group or user names.”
  4. Find the Windows user account that Tally Prime runs under — typically your current login account, or “SYSTEM.”
  5. Click Edit and ensure the account has Full Control or at minimum Read & Execute, List folder contents, Read permissions under “Allow.”
  6. Click Apply → OK and relaunch Tally Prime.
Light-themed decision guide showing three branches based on where your Tally data is stored on this computer on a network drive or on an external drive with recommended fix sequences for each scenario and a warning strip at the bottom confirming your data is not deleted and keyboard shortcut reference cards along the bottom
The quick-decision guide: where your Tally data is stored determines which fix to try first. Local computer — Fix 1 (startup screen path) then Fix 2 (Tally.ini edit). Network drive — Fix 3 (reconnect drive) then Fix 6 (restart server service). External hard drive or USB — Fix 3 (reconnect and check drive letter) then Fix 2. The keyboard shortcuts at the bottom are the Tally Prime hotkeys most relevant to data path configuration — bookmark this reference for future incidents.
6Restart the Tally Server Service (Multi-User Installations)

In multi-user Tally Prime setups, the “Data Path Cannot Be Found” error on client machines is in most scenarios caused by the Tally server service having stopped on the host computer — not a configuration error on the client.

  1. On the server computer (where the Tally data is physically stored), press Windows key + R, type services.msc, and press Enter.
  2. In the Services list, look for “TallyPrime Server” or “Tally.ERP 9 Server.”
  3. If the status shows “Stopped,” right-click it and select Start.
  4. If the service fails to start, right-click → Properties → note the error in the General tab. The server’s Tally.ini may also need correcting using Fix 2 on the server machine.
  5. Once the service is running, return to client computers and relaunch Tally Prime — the company list should now be accessible.
  6. To prevent recurrence: set the service Startup Type to “Automatic” in its Properties so it restarts automatically if the server reboots.

When to Contact Tally Support

The “Data Path Cannot Be Found” error is nearly always a configuration issue that the fixes above resolve. But there are situations where professional help is the right call:

  • The data folder genuinely cannot be found anywhere on the computer or network. If the folder containing your .900 files is missing from every location you’ve searched, the data may have been accidentally deleted. Stop making changes immediately and contact a data recovery specialist — do not write new data to the affected drive.
  • Tally opens but shows an empty company list even when pointed to the correct folder. The .900 files may be corrupted. Tally Prime’s built-in repair utility (Ctrl+Alt+R) can sometimes recover corrupted data — but take a backup first.
  • The error appeared after a ransomware or malware attack. If any Tally .900 files show unusual file names or cannot be opened, do not attempt repair with Tally’s built-in tools. Contact a cybersecurity specialist immediately.
  • You manage a multi-user server setup with custom ports, static IPs, or domain-level permissions. This requires a Tally-certified implementation partner.

To reach Tally Solutions support:

  • India: tallysolutions.com/contact-us
  • Helpline: 1800-103-6991 (toll-free, Mon–Sat, 9 AM–6 PM)
  • Email: support@tallysolutions.com
  • Your local Tally Partner (the reseller or CA firm who originally implemented Tally) is often the fastest route — they know your specific setup and can diagnose remotely.

When contacting support, have your Tally Prime serial number (Help → About in Tally) and the exact error message text ready, plus a note of whether the error appeared after a Windows update, Tally update, hardware change, or network change.

Quick Summary

FixDifficultyTime Needed
Change data path from Tally startup screen (Alt+Y → Data Path)Very Easy3 minutes
Edit Tally.ini to correct the Data= lineEasy10 minutes
Reconnect network or external drive before launching TallyEasy5 minutes
Restore correct path after Tally update or reinstallEasy10 minutes
Check and correct Windows folder permissionsModerate10 minutes
Restart Tally Server service on host computer (multi-user)Easy5 minutes

Start with Fix 1 — the startup screen path change is the fastest route and requires no file editing. If that doesn’t persist after restarting Tally, Fix 2 (editing Tally.ini) makes the change permanent. For businesses using Tally data on a network server or external drive, Fix 3 and Fix 6 resolve the majority of cases.