Display Full Path in Title Bar of Windows 10 File Explorer

November 26, 2016 updated by Admin Leave a reply »

By default, Windows 10 will display the folder name alone in the title bar of File Explorer. Sometimes you might need to know the absolute path of the location you are currently in. In this tutorial we’ll show you 2 ways to make Windows 10 display full path (file location) in the title bar of File Explorer.

Method 1: Make Windows 10 Display Full Path in Explorer Title Bar Using Folder Options

  1. Open File Explorer. Click the View tab on the ribbon. You’ll see the the Options button on the right-hand side. Click it to open the Folder Options dialog.

    open-folder-options

  2. Click the View tab. Locate and tick the checkbox named “Display the full path in the title bar“.

    display-full-path-in-the-title-bar

  3. Click Apply followed by OK. Log off your user or restart the computer. As you see, the File Explorer should now show the full file path instead of the folder name in the title bar.

    file-explorer-display-full-path

Method 2: Make Windows 10 Display Full Path in Explorer Title Bar Using Registry Editor

  1. Press the Windows key + R to open the Run dialog box, type regedit and hit Enter.

    regedit-via-run

  2. In the left pane of Registry Editor, navigate to the following key:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState
  3. In the right pane, double-click the value entry FullPath and modify the value to 1.

    display-full-path-in-explorer-titlebar

    If FullPath doesn’t exist, you need to create it first. To do so, right-click on the empty space and select New -> DWORD (32-bit) Vaule, and name it FullPath.

  4. Close Registry Editor and reboot your computer. If you want to make Windows 10 not show full path in the title bar of File Explorer, just open Registry Editor and delete the FullPath value entry.