- To change the File Explorer default page on Windows 11, open the “See more” menu, choose “Options,” select the “This PC” option, click “Apply,” and click “OK.”
UPDATED 11/22/24: On Windows 11, you can change the “Folder Options” settings on File Explorer to open the “This PC” page instead of the “Home” page. By default, the file manager app opens “Home,” which contains your pinned folder locations and recent files. However, you can change the default settings to open the “This PC” page for quicker access to your drives and network locations.
If you are comfortable using the Registry, I’m also including the steps to complete this task by modifying the “LaunchTo” DWORD (32-bit) Value.
In this guide, I’ll teach you how to start File Explorer on This PC by default on Windows 11.
- Open File Explorer on This PC instead of Home
- Open File Explorer on This PC instead of Home from Registry
Open File Explorer on This PC instead of Home
To change the default start page to This PC in File Explorer, use these steps:
-
Open File Explorer on Windows 11.
-
Click the See more (three-dotted) drop-down menu and select Options.
-
Click the General tab.
-
Select the This PC option from the “Open File Explorer to” menu.
-
Click the Apply button.
-
Click the OK button.
Once you complete the steps, the next time you open File Explorer, it will open on “This PC” instead of the Home page. It’s important to note you can also choose the third option, which opens up the OneDrive folder by default.
Open File Explorer on This PC instead of Home from Registry
To change the default start page to This PC in File Explorer from the Registry, use these steps:
-
Open Start.
-
Search for regedit and click the top result to open the Registry.
-
Browse the following path:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
-
Right-click the LaunchTo DWORD and select the Modify option.
-
Change the value from 2 to 1.
-
Click the OK button.
After you complete the steps, you may need to restart File Explorer or your computer to apply the changes.
If you want to perform this action from Command Prompt (admin), then run the reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v LaunchTo /t REG_DWORD /d 1 /f
command (thanks DroniX7).
If you want to undo the changes, you can follow the same steps, but in step 5, change the value of the LaunchTo DWORD to 2.
Update November 22, 2024: This guide has been updated to ensure accuracy and reflect changes to the process.