The three ways to move text and files between places
Cut, copy, and paste are three separate actions that let you move or duplicate text, images, and files without retyping them. Cut removes something from one place and holds it ready to move. Copy leaves the original where it is and makes a duplicate. Paste puts whatever you cut or copied into a new location. All three work the same way across Windows, Mac, and Linux — the keyboard shortcuts are slightly different, but the logic is identical.
These commands live in your operating system's core, which is why they work almost everywhere: in email, word processors, file managers, web browsers, and most other programs. Understanding how they work also helps you understand a security risk that comes with them — anything you cut or copy sits in a temporary holding area called the clipboard, and some programs or websites can read what is there without your permission.
Key Takeaways
- Cut removes text or a file from its current location and holds it in the clipboard; copy leaves the original and makes a duplicate in the clipboard.
- On Windows and Linux, use Ctrl+X to cut, Ctrl+C to copy, and Ctrl+V to paste; on Mac, use Command+X, Command+C, and Command+V.
- The clipboard is a temporary storage area that only holds one item at a time, so cutting or copying something new replaces what was there before.
- Websites and programs can sometimes read what is in your clipboard without asking, which is why you should clear sensitive information like passwords after pasting them.
How to cut text or a file on Windows and Mac
To cut something, first select it. Click and drag your mouse across the text you want to move, or click once on a file or folder to highlight it. The selected text or file will appear highlighted or in a different color.
Once it is selected, press Ctrl+X on Windows or Linux, or Command+X on Mac. The text or file will disappear from its current location — that is the sign that the cut worked. The item is now in your clipboard, waiting to be pasted somewhere else. If you cut something and then cut something else before pasting, the first item is lost and replaced by the second.
How to copy text or a file
Copying works the same way as cutting, except the original stays where it is. Select the text or file you want to copy, then press Ctrl+C on Windows and Linux, or Command+C on Mac. Unlike cut, the original text or file remains visible and unchanged.
You can copy the same item multiple times and paste it in different places. Each paste will create another copy. This is useful when you want to duplicate a file, repeat a block of text in multiple documents, or send the same information to different people.
How to paste what you cut or copied
To paste, click or tap in the location where you want the text or file to go. This might be a blank area in a document, an empty folder, a text field in a web form, or anywhere else you want the content to appear. Then press Ctrl+V on Windows and Linux, or Command+V on Mac.
The content from your clipboard will appear in that location. If you cut something, it is now removed from the original place and appears only in the new one. If you copied something, it appears in the new place while the original remains unchanged. You can paste the same item as many times as you want until you cut or copy something else.
Why the clipboard is a security concern
The clipboard is a temporary storage area that your operating system maintains. It holds whatever you most recently cut or copied, and it is designed to be straightforward for programs to access — that is what makes paste work so smoothly. The problem is that some websites and programs can read your clipboard without asking you first.
This matters most when you paste a password or a personal identification number. After you paste it, the password sits in your clipboard until you cut or copy something else. If a malicious website or program reads your clipboard during that time, it can see the password. This is one reason security experts recommend clearing your clipboard after pasting sensitive information — cut or copy something harmless like a space or a common word, and the password is replaced and no longer readable.
Using right-click menus instead of keyboard shortcuts
If you prefer not to use keyboard shortcuts, you can cut, copy, and paste using your mouse. Select the text or file, then right-click on it (or on Mac, Control+click). A menu will appear with options including Cut, Copy, and Paste. Click the one you want.
This method is slower than keyboard shortcuts, but it works the same way and is useful if you are not comfortable with Ctrl+C or Command+C. Some people use right-click for occasional pasting and keyboard shortcuts for frequent work — there is no rule about which to use.
What happens when you cut or copy a file versus text
Cut and copy work on both text and files, but the result looks different. When you cut or copy text, you see the words or characters appear in a new location when you paste. When you cut or copy a file or folder, the entire file or folder moves or duplicates to the new location — you do not see the contents, just the file icon or name.
You can cut or copy a file from your file manager and paste it into an email, or cut text from a document and paste it into a spreadsheet. The operating system handles the translation automatically. However, you cannot always paste a file into a text document — some programs do not support that action, and you will see nothing happen when you press Ctrl+V or Command+V.
Frequently Asked Questions
What is the difference between cut and copy?
Cut removes the item from its current location and moves it to the clipboard. Copy leaves the original where it is and puts a duplicate in the clipboard. Use cut when you want to move something; use copy when you want to keep the original and make a duplicate.
Can I cut or copy multiple items at once?
Most programs let you select multiple items by holding Ctrl (or Command on Mac) and clicking each one. You can then cut or copy all of them together and paste them as a group. However, the clipboard only holds one set of items at a time, so cutting or copying something new will replace the group.
What if I cut something and then close the program without pasting?
The item is lost. The clipboard is temporary storage that only exists while your computer is running. If you close the program or restart your computer, anything in the clipboard is deleted. Always paste before closing if you want to keep what you cut.
Why does paste sometimes not work?
The most common reason is that the program you are trying to paste into does not support that action. Some programs only accept certain types of content — for example, a spreadsheet might not accept a file you copied from your file manager. Try pasting into a different program to see if the content works there.
Can I see what is in my clipboard right now?
On Windows 10 and later, press Windows key+V to open the clipboard history and see recent items you cut or copied. On Mac, there is no built-in way to view the clipboard, but you can paste into a text editor to see what is there. On Linux, it depends on your desktop environment, but many have a clipboard manager you can install.