Your cart is currently empty!
How to Change the Default New Folder Name in Windows 10
Every time you create a new folder in Windows 10, it’s automatically named “New folder.” It works fine—but if you’re constantly creating folders and want something more custom (like “Project” or “Folder_MMDD”), that default name can get old fast.
Good news: you can change it. Here’s how to make Windows use your own default folder name every time.
What You’ll Need
- A Windows 10 PC
- Administrator access
- A few minutes
Step-by-Step: Change the Default Folder Name
Step 1: Open the Registry Editor
- Press
Win + R
to open the Run dialog. - Type
regedit
and press Enter. - If prompted by User Account Control, click Yes.
⚠️ Editing the Registry can affect your system. Follow the steps carefully. It’s smart to back it up first: File > Export.
Step 2: Navigate to the Folder Naming Key
In the Registry Editor, go to this path:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer
Then look for a subkey called NamingTemplates. If it doesn’t exist:
- Right-click on Explorer > New > Key
- Name it:
NamingTemplates
Step 3: Create a New String Value
- Right-click on the NamingTemplates key > New > String Value
- Name it:
RenameNameTemplate
- Double-click it and enter your custom default name.
For example:
Project
Folder_%date%
(for something dynamic)
Note:
%date%
will be interpreted literally—it won’t insert the actual date unless you use a script. For something basic, stick to static text likeMyFolder
.
Step 4: Restart Windows Explorer
To apply the changes:
- Press
Ctrl + Shift + Esc
to open Task Manager. - Find Windows Explorer, right-click, and choose Restart.
Now right-click in any folder and create a new one. It should use your new default name.
How to Undo the Change
Just delete the RenameNameTemplate
string from the NamingTemplates
key, or remove the entire NamingTemplates
key. Restart Explorer, and you’re back to normal.
Final Thoughts
Changing the default folder name is a small tweak that can save time and keep your workflow consistent. Whether you’re organizing work projects or building a clean folder system, it’s a great way to personalize Windows just a bit more.
If you found this tip helpful, share it or drop a comment below—what would your ideal default folder name be?
Tech enthusiast and content creator passionate about making technology simple for everyone. I share practical tips, guides, and reviews on the latest in computers, software, and gadgets. Let’s explore the digital world together!