CMD Tab Autocomplete is Not Working: 2 Ways to Fix it

Modify the Registry to re-enable TAB autocomplete

by Tashreef Shareef
Tashreef Shareef
Tashreef Shareef
Windows & Software Expert
Tashreef Shareef is a software developer turned tech writer. He discovered his interest in technology after reading a tech magazine accidentally. Now he writes about everything tech from... read more
Affiliate Disclosure
  • Many users reported that the CMD Tab autocomplete was not working after a Windows update. 
  • The problem is common and arises due to changes automatically made after an update is installed.
  • To fix things, modify the Registry or run two quick commands, as described below. 
fix cmd tab autocomplete not working
XINSTALL BY CLICKING THE DOWNLOAD FILE
A message from our partner

To fix Windows PC system issues, you will need a dedicated tool

  • Download Fortect and install it on your PC
  • Start the tool's scanning process to look for corrupt files that are the source of your problem
  • Right-click on Start Repair so the tool can start the fixing algorithm
Download from Fortect.com Fortect has been downloaded by 0 readers this month, rated 4.4 on TrustPilot

The Command Prompt has a handy little autocomplete feature allowing users to change directory paths using the Tab key. However, several users have reported Tab autocomplete is not working in CMD on Windows.

This issue can occur if the Completion Function is disabled in the registry. This can happen after installing new Windows updates, which may have disabled the feature. Keep reading to find out how to enable Tab autocomplete in Command Prompt and Terminal.

How do I turn on Tab autocomplete in CMD?

1. Enable autocomplete through Registry Editor

  1. Press Windows + R to open Run, type regedit and click OK.registry
  2. In the Registry Editor, navigate to the following locations and locate the CompletionChar entry: HKEY_CURRENT_USER\Software\Microsoft\Command Processor Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processorcompletionchar to fix cmd tab autocomplete not working
  3. Depending on the Windows release, you will find the Command Processor in one of the above directories.
  4. From the right pane, double-click on the CompletionChar DWORD.
  5. In the Value data field, enter 9 and click OK.value data
  6. Next, double-click on PathCompletionChar and set the Value data to 9 as well.
  7. Restart the computer for the changes to come into effect.

When CMD Tab autocomplete is not working, modifying the Registry, i.e., the CompletionChar and PathCompletionChar DWORDs, should get things up and running.

2. Enable tab autocomplete using Command Prompt

  1. Press the Windows key, type cmd, and click on Run as administrator.
  2. In the Command Prompt, enter the following commands individually and hit Enter after each: reg add "hkcusoftwaremicrosoftcommand processor" /v CompletionChar /d 9 /t REG_DWORD /f reg add "hkcusoftwaremicrosoftcommand processor" /v PathCompletionChar /d 9 /t REG_DWORD /fcommand to fix cmd tab autocomplete not working
  3. The above commands will add the required registry values to the registry.
  4. Restart the computer for the changes to apply.

Having to type the complete folder path manually is a time-consuming task, which becomes annoying if the pathname has long numbers in it. This is where the autocomplete feature comes in handy.

And with these two methods, you should be able to fix things when the CMD tab autocomplete is not working.

Before you leave, find out how to personalize the Command Prompt and choose the desired color.

If you know of any other method to fix this Command Prompt issue, share it with the other users in the comments section below.

This article covers:Topics: