Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Computer Tips»How to Move Files in Windows 11

How to Move Files in Windows 11

BibekBy BibekJune 10, 2022
how to move files in windows 11

Microsoft made a few different feature overhauls in Windows 11. One missing feature in Windows 11 seems to be the option to move files and folders, which is absent from the ribbon bar in the file explorer, where it used to be in Windows 10.

Move lets you change the current location of a file or a folder to the desired location. By using move, you will not leave behind an identical copy of the file or folder in the original location. Move is an integral aspect of file and folder management.

Table of Contents

  • What Does it Mean to Move a File?
  • Why Should You Move Your Files
  • How to Move Files in Windows 11
    • Cut and Paste by Using Right-Click Context Menu
    • Cut and Paste by Using File Explorer Ribbon Menu
    • Drag and Drop
    • Modifying Registry to Add “Move to” to the Right-Click Context Menu
    • Moving File or Folder by Using the Command Prompt
    • Moving File or Folder by Using Windows PowerShell
  • Frequently Asked Questions
    • How Do I Use Windows Explorer in Windows 11?
    • How Do I Create a Folder in Windows Explorer 11?
    • Is File Explorer the Same as Windows Explorer?
    • What Is the Difference Between a File and a Folder?

What Does it Mean to Move a File?

Your files and data are stored on your hard drive. The Windows Directory’s job is to point to the exact location of the file. When you move your file from one place to the other, on a surface level it seems like the entire file is physically moved to the next directory. But, this is farther from the truth.

When you relocate the file, only the index is changed. Everything physically remains intact and in the same location.

But if you copy/cut and paste it to a completely different physical location, then there will be physical changes on the files as well. This is the reason why there is a delay in these types of transfers.

Why Should You Move Your Files

Moving files is a simple process. Maybe you do not need a reason to move one of your files. Or maybe, you are trying to achieve one of the following goals:

  • Grouping together files by projects or categories.
  • Moving archived files to a different drive or volume.
  • Relocating a file you saved in a hurry without looking to its proper location.
  • Arranging your files and folders in an orderly manner.

How to Move Files in Windows 11

Here are a few different methods to move a file or a folder in Windows 11. Try them out and pick one that you like the best.

Cut and Paste by Using Right-Click Context Menu

Technically speaking, “Cut and Paste” is not exactly the same as moving since it requires two different actions, but it accomplishes the same result in the end, which is what matters.

  1. Navigate to the file or folder location and right-click on it.
  2. On the context menu, select Show more options > Cut
    ContextMenuCutWin11
  3. Navigate to the location where you want to move your file or folder.
  4. Right-click anywhere in the empty space.
  5. On the context menu, select Show more options > Paste.

Alternatively,

  1. Navigate to the location of the file or the folder and select it.
  2. Press Ctrl + X
  3. Navigate to the location where you want to move your file or folder.
  4. Press Ctrl + V

Cut and Paste by Using File Explorer Ribbon Menu

You can also cut and paste straight from the ribbon menu in the file explorer. The idea is the same as using the right-click context menu, just the buttons to click are slightly different. Anyhow, here’s how you’d go about doing this:

  1. Navigate to the file or folder you want to move and select it.
  2. At the top of the file explorer is a ribbon menu, which has the cut button that looks like a scissor. Click on the cut button.
    FileExplorerRibbonCutButton
  3. Navigate to the target location where you want the file or folder moved.
    On the File Explorer ribbon menu, click on the paste button.
    FileExplorerRibbonPasteWin11

Drag and Drop

Drag and drop is an easy way to move files and folders from a source location to the target destination, especially if you have both the source and the target locations already open. Here’s how you can drag and drop to move a file or a folder:

  1. Open both source and target folders side-by-side.
  2. Left-click on the target file or folder, and without letting go of the left-click button, drag it to the target folder.
    DragAndDrop
  3. Release the mouse left click.
Note: Make sure to release the left mouse-click over an empty space in the target folder. If you release it over an already existing folder, the file or folder will be moved into that folder instead.

Modifying Registry to Add “Move to” to the Right-Click Context Menu

While “cut and paste” is a nifty tool that essentially performs the same function as move when used together, it’s not the same as move as it takes two actions to complete the task. If you had a dedicated “Move to..” option, you could perform the task with just one click.

With a simple tweak of the registry, you can access the “Move to” function within the right-click context menu (don’t forget to backup the registry first, though!). Does this pique your interest? Follow along, and you can use “Move to” directly instead of “cut and paste.”

  1. Press Win + R and type in regedit.
  2. Navigate to HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlersv.
  3. Right-click on ContextMenuHandlers, and select New > Key.
    RegeditMoveToAdd
  4. Name the new key: {C2FBB631-2971-11D1-A18C-00C04FD75D13}

You can now close the registry. To move a file or folder, now follow the steps below:

  1. Navigate to the target file or folder.
  2. Right-click on it and select Show more options.
  3. Click on Move To folder…
    RegeditMoveToFolderRightClickContextMenu
  4. Navigate to the target folder on the Move Items windows and click Move.
    MoveItemWindow
Tip: You can similarly add Copy To folder… option in the context menu by using key: {C2FBB630-2971-11D1-A18C-00C04FD75D13}

Moving File or Folder by Using the Command Prompt

Follow the steps below to use a file or folder to a different location in Windows 11 using the command prompt:

  1. Press Win + R and type in cmd
  2. In the command prompt, type in: move <name with full source path> <destination path>
    ComnandPromptMoveCommand

Moving File or Folder by Using Windows PowerShell

Windows PowerShell is a command-line tool similar to the command prompt. You can think of PowerShell as the more advanced version of the command prompt. Thus, you can also use the same command that you used in the command prompt to move files or folders using PowerShell.

  1. Press Win + R and type in powershell
  2. Type in: move <name with full source path> <destination path>
    PowerShellMoveCommand

Frequently Asked Questions

How Do I Use Windows Explorer in Windows 11?

To launch a new Windows Explorer, press Win + E key combination.

You can also launch a new explorer from the Task Manager. To do so:

  1. Press Ctrl + Shift + Esc to launch the task manager.
  2. Select File > Run new task.
  3. Type explorer and press enter.
    TaskManagerNewExplorer

How Do I Create a Folder in Windows Explorer 11?

To create a new folder in Windows 11, please follow these steps:

  1. Navigate to where you want your new folder created.
  2. Right-click on an empty space.
  3. Click on New > Folder
  4. Give your new folder a name.
    CreateNewFolderWin11

Is File Explorer the Same as Windows Explorer?

Yes, File Explorer and Windows Explorer are the same names for the file browser found in every version of Windows since Windows 95. You can use it to navigate to, and manage, various files and folders.

What Is the Difference Between a File and a Folder?

Files are the actual contents in a computer. They serve various purposes depending upon their type. Files can be programs, documents, pictures, media, music, etc. Think of them as storage units of the computer.

Folders are directories where files are stored. Their function is mostly to provide file management for easy navigation and addressing (Although special folders exist, such as the Desktop).

Sometimes, a file can actually be a folder that stores several related files together. Examples of such files are .docx and .xlsx files that Microsoft Office uses to store user-created data. However, when you launch them, instead of navigating to the contents, they will launch the files stored in their archive to recreate the information that is stored inside.

how-to
Bibek

I'm a tech writer, an engineer, and a beginner/cell phone photographer. I love riding motorcycles. I have a love/hate relationship with Dota 2. I like traveling and trying out new food. I also love MCU. Yep, I'm a nerdy person who has gone mainstream.

Related Posts

Enable secure boot in gigabyte 1

How To Enable Secure Boot on Gigabyte

January 13, 2023
How to use Game Bar on Windows

How to Enable and Use Game Bar on Windows

November 27, 2022
how to take care of computer

19 Ways How You Can Take Care of Your Computer Properly

November 26, 2022
rar-vs-zip

RAR vs ZIP – What’s the Difference

November 7, 2022
usb drive not showing files

USB Drive Not Showing Files on Windows? Here’s What You Can Do

October 31, 2022
Why Am I Lagging So Much

Why Am I Lagging So Much? 16 Ways to Fix a Slow Computer

September 28, 2022
View 3 Comments

3 Comments

  1. h on August 5, 2022 9:50 am

    There is no “show more options” button when you right click.

    Reply
    • Bibek on August 5, 2022 2:17 pm

      Hi h!

      Are you using Windows 11? “Show more options” in right-click context menu is available only in Windows 11 and not in Windows 10 and earlier versions.

      Reply
  2. Elise on October 8, 2022 11:39 pm

    Thank you, very easy to follow and worked well. I appreciate you making this fix available!

    Reply

Leave A Reply Cancel Reply

Latest Posts
firmware vs software

Firmware Vs Software – What’s the Difference?

March 8, 2023
keyboard sizes

All the Types of Keyboard Sizes Explained

March 8, 2023
Memory-Compression

What is Memory Compression in Windows? Should You Enable or Disable It

March 1, 2023
You may also like
keyboard is double typing

Keyboard is Double Typing? Here’re 6 Ways to Fix it

March 9, 2023
enlarge-hp-printer

How to Enlarge Copy on HP Printer

March 9, 2023
reset msi bios

How to Reset MSI BIOS

March 9, 2023
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Our Team
  • Editorial Guidelines
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday, editor@technewstoday.com | Tech Central Pvt. Ltd.

Type above and press Enter to search. Press Esc to cancel.