Solved! There is no "New" option in the right-click menu in Windows 11

This time, we will introduce a solution for when "New" no longer appears in the right-click menu in Windows 11.

In some environments using Windows 11, there appears to be a problem where the "New" option no longer appears in the right-click menu on the desktop or in Explorer (within a folder) after performing a Windows Update or updating to version 24H2.

Right-click on the desktop and select "New" from the menu
Right-click on the desktop and select "New" from the menu

Normally it would be displayed as shown in the image above, but it is likely that the problem is that the registry value that should have been there has been deleted.

There is no "New" option in the desktop right-click menu
There is no "New" option in the desktop right-click menu

This time, we will show you how to restore the deleted registry value related to "Create New".

table of contents

How to restore the "Create New" registry value

If you operate the registry incorrectly, it may cause problems such as the system being unable to start. Please make a backup in advance using system restore or similar, and proceed at your own risk.

To avoid panicking if your PC suddenly breaks down, it's a good idea to have a standard backup software to protect your important photos and data.

*You can do this using either the Registry Editor or Windows PowerShell.

How to set it using Registry Editor

1. Press Windows key + R to open Run, type "regedit" and press Enter.

2. The Registry Editor will open, so open the following key:

HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\New

3. With the "New" key selected, double-click the "Default" string value on the right to open it.

レジストリエディター
レジストリエディター

4. Enter the following code in the Value data field and click OK:

{D969A300-E7FF-11d0-A93B-00A0C90F2719}
Editing strings
Editing strings
レジストリエディター
Image Registry Editor

5. Exit the Registry Editor, and right-click on the desktop or in Explorer (within a folder) to display "New."

If it does not appear, try restarting your PC.

How to set it using Windows PowerShell

1.Start buttonRight-click and open Terminal (Admin).

2. Type the following command and press Enter:

Reg.exe add "HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\New" /ve /t REG_SZ /d "{D969A300-E7FF-11d0-A93B-00A0C90F2719}" /f
Windows PowerShell
Windows PowerShell

If you see the message "This operation completed successfully," then it's OK.

3. Close Windows PowerShell and right-click on the desktop or in Explorer (within a folder) to display "New".

If it does not appear, try restarting your PC.

If you found this article helpful, please share it on social media.

Person who wrote this article

Driven by questions arising from my daily PC use and the desire to "do more," I have been pursuing self-study in Windows since around 2008. I am sharing the "aha!" techniques and solutions I discovered through trial and error with the sole purpose of helping you in your PC life.

View profile

Comment:

Comment list (3)

To comment

[About submissions]
We welcome any questions or information regarding the content of the article.
However, please note that content unrelated to the purpose of the article, criticism of specific individuals or organizations, offensive language,Inappropriate wordsComments containing the above may be deleted or made private without notice at the discretion of the administrator.
Please note that spam may be automatically deleted by anti-spam measures.

CAPTCHA


table of contents