Medium Operating Systems ✓ Solution Verified by Community (0+ upvotes)

How to fix error error-current-directory in Windows 11

ERROR_CURRENT_DIRECTORY = 16

65% success rate
👥 0+ users verified
📅 Updated: 2026-08-12
⏱️ 15 min read
Fix based on community reports and expert analysis. Last verified: 2026-08-12 · How we verify fixes
Error Codeerror-current-directory
Affected SystemWindows 11 (Microsoft)
DifficultyMedium
Estimated Time15 min
Requires Admin Rights⚠️ Yes

Solution Steps

  1. 1 Press Windows key + R to open the Run dialog. Type 'cmd' and press Ctrl+Shift+Enter to open Command Prompt as administrator. Click Yes if prompted. This gives you the elevated privileges needed to inspect and fix system-wide settings.
  2. 2 In the Command Prompt, type 'cd' and press Enter. This shows your current directory. Then type 'cd C:\' to switch to the C: drive root. This ensures you're in a stable location before testing the issue.
  3. 3 Identify the program or script that triggers the error. If it's a shortcut, right-click it and select 'Properties'. Look at the 'Start in' field — if it points to a non-existent folder, change it to a valid one like 'C:\Windows' or the folder where the executable resides. This directly fixes the root cause for shortcuts.
  4. 4 If the error occurs when running a batch file, open the batch file in Notepad. Look for 'cd /d' commands that reference a specific path. Update those paths to the correct location. For example, change 'cd /d D:\OldFolder' to 'cd /d D:\NewFolder'. This ensures the script doesn't try to enter a missing directory.
  5. 5 If the error happens with a scheduled task, open Task Scheduler (press Win+R, type 'taskschd.msc', press Enter). Find the task, right-click, select 'Properties', and go to the 'Actions' tab. Edit the action and ensure the 'Start in' field is correct. This prevents the task from failing silently.
  6. 6 If the error persists, check environment variables. Press Win+R, type 'sysdm.cpl', press Enter. Go to the 'Advanced' tab, click 'Environment Variables'. Look for variables like TEMP or TMP that might point to a deleted folder. Edit them to a valid path like 'C:\Windows\Temp'. This resolves issues for many applications that rely on temp folders.

🔍 Didn't work? Enter your GPU and CPU for hardware-specific advice:

🔧 Still having issues?

Describe your exact problem to Error Buddy and get a personalized fix in seconds.

🛠️ Try Error Buddy — It's Free