Story
The History of Copy and Paste: From Xerox PARC to Your Mac
You use it a hundred times a day and never think about it. But copy and paste has a real origin story — one that runs through Xerox PARC, a researcher who hated modes, and the reason your clipboard still holds only a single item.
Written by the Pastery team. We build a clipboard manager, so the history of the clipboard is basically our origin story too.
Before there was a clipboard
The metaphor is older than the computer. "Cut and paste" comes from how editors literally worked: you cut a paragraph out of a typed page with scissors and pasted it somewhere else with glue. The phrase was already common in publishing decades before anyone typed it into software.
The idea of doing it electronically goes back further than most people think. In his legendary 1968 "Mother of All Demos," Douglas Engelbart showed moving and copying text on a screen — part of the same demo that introduced the mouse and hypertext. But the copy and paste you use today, with a shared invisible holding area and a consistent set of commands, took shape in the 1970s at one specific place.
Xerox PARC and Larry Tesler
Much of modern computing — the graphical interface, the mouse-driven desktop, overlapping windows — was worked out at Xerox's Palo Alto Research Center (PARC) in the 1970s. Copy and paste was part of that work, and the person most associated with it is Larry Tesler.
Tesler, working with Tim Mott on a text editor called Gypsy, is credited with popularizing the copy / cut / paste model we still use. Just as important, he championed the idea behind it: that the computer should be "modeless."
In the editors of the era, you were always in a mode — an insert mode, a command mode, a delete mode — and the same keystroke did different things depending on which one you were in. Tesler hated this. His license plate read "NO MODES" and his personal website was nomodes.com. Select-then-act — highlight text, then hit copy — was a modeless idea: the selection is just there, and the command acts on it, no matter what you were doing before. Copy and paste was as much a philosophy as a feature.
Apple carries it to the world
In 1979, a young Apple got a famous tour of PARC and saw the graphical interface running. The ideas made their way into the Apple Lisa (1983) and then the Macintosh (1984). Larry Tesler himself left PARC for Apple, where he spent years and eventually became Chief Scientist.
The Macintosh is where copy and paste became something ordinary people used every day. It shipped with the keyboard shortcuts that are now muscle memory for hundreds of millions of people: ⌘C to copy, ⌘X to cut, ⌘V to paste. Microsoft adopted the same model with Ctrl equivalents, and the convention became universal across every operating system, every app, every phone.
The invisible holding area got a name that stuck: the clipboard. It's the reason "copy" and "paste" feel like they were always there. For the deeper story of how that single clipboard shaped the Mac specifically, see why your Mac only remembers one thing you copied.
Why it never remembers more than one thing
Here's the part that's stranger the more you think about it. Copy and paste is roughly fifty years old, and for almost all of that time the clipboard has held exactly one item. Copy something new and the previous thing is simply gone — no undo, no history, no trace.
That wasn't an oversight so much as a product of its time. Memory in the 1970s and 1980s was tiny and expensive; holding one item was the responsible choice, and a single clipboard is dead simple to reason about. The model was good enough, so it froze. Decades passed and the clipboard stayed a single slot even as everything around it — screens, storage, networks — grew by orders of magnitude.
Everyone has felt the cost of that decision. You copy an address, then copy a tracking number to look it up, and now the address is gone. You copy a paragraph, get distracted, copy a link, and the paragraph you needed has vanished. The tool is fifty years old and it still can't remember what you copied two minutes ago.
The clipboard finally grows up
Third-party clipboard managers have filled this gap for years, keeping a running history of everything you copy so nothing is lost. In macOS 26 Tahoe, Apple finally added a native clipboard history — text only, seven days, inside Spotlight. It's the first meaningful change to the Mac clipboard in four decades. We took an honest look at it in our macOS 26 clipboard history review.
That's the arrow the whole story has been pointing at. Copy and paste was a brilliant, modeless idea that Larry Tesler and PARC handed to Apple, and Apple handed to everyone. The command survived unchanged for fifty years. The one part that was always missing — memory — is only now being filled in. Pastery is our take on what that memory should be: everything you copy, kept, searchable, and one keystroke away, so the fifty-year-old clipboard finally remembers.
Frequently asked questions
Who invented copy and paste?
Larry Tesler is most credited with it, working with Tim Mott at Xerox PARC in the 1970s on the Gypsy text editor. He popularized the copy/cut/paste model and the "modeless" select-then-act idea behind it.
Where does the term "cut and paste" come from?
From physical editing: people literally cut paragraphs out of typed pages with scissors and pasted them elsewhere with glue. The software commands borrowed the metaphor.
When did the Mac get copy and paste?
The ideas came from Xerox PARC and reached consumers through the Apple Lisa in 1983 and the Macintosh in 1984, which shipped the ⌘C / ⌘X / ⌘V shortcuts still used today.
Why does the clipboard only hold one item?
It's a legacy of 1970s and 1980s hardware, when memory was scarce and a single-item clipboard was simple and cheap. The model stuck for decades. macOS 26 added a basic native history, and clipboard managers extend it much further.