September 6th, 2022

Commonly-supported Windows shortcuts for pasting without formatting

Sometimes you just want to paste as plain text.

Microsoft Edge, Google Chrome, and Mozilla Firefox all support Ctrl+Shift+V as a keyboard shortcut for “paste as plain text.” This means that Ctrl+Shift+V also works in browser-based apps, like Teams.

Programs in the Microsoft Office suite naturally do things a little differently, and the way to paste as plain text is to hit Ctrl+Alt+V and then select “Unformatted Text”. Alternatively, you can do Alt, H, V, T. Note that the keys are pressed and released in sequence, not held simultaneously.

One trick I use if I need to strip formatting from the clipboard is to use the key sequence Win+R, Ctrl+V, Ctrl+A, Ctrl+C, Esc. This opens the Run dialog, pastes the clipboard into the edit box, then copies the text back out.

If I’m on a Web page, I use Ctrl+F instead of Win+R, using the Web browser’s “Find text on page” dialog as the temporary edit control.

Author

Raymond has been involved in the evolution of Windows for more than 30 years. In 2003, he began a Web site known as The Old New Thing which has grown in popularity far beyond his wildest imagination, a development which still gives him the heebie-jeebies. The Web site spawned a book, coincidentally also titled The Old New Thing (Addison Wesley 2007). He occasionally appears on the Windows Dev Docs Twitter account to tell stories which convey no useful information.

21 comments

Discussion is closed. Login to edit/delete existing comments.

  • أنت أفضل أم في العالم كله

    I often use the old CUA shortcuts for cut and paste, Shift-Del and Shift-Insert

  • Brian Boorman

    A lot of applications let you right-click and “paste as”. Office apps, Outlook for example.

  • Mikko Kunnari

    I’m yet to figure out why anyone would ever want to paste something else than plain text when copy and paste is not done inside the same application. It would be nice to be a able to force plain text paste globally on Windows.

    • Brian Boorman

      You never paste between Office applications? Like a range of spreadsheet cells into Word or Powerpoint? Or a Visio diagram into Word or Powerpoint?

  • Daniel Rose

    I use a clipboard manager (Ditto), which includes an option to paste as plain text.

  • Ian Boyd

    And here i’ve been doing: Ctrl+Esc, Notepad, Return, Ctrl+V, Ctrl+A, Ctrl+C like a savage.

    • Paul Gullas

      I do the same, only with Win+R instead of Ctrl-Esc

  • Peter Sasi

    Slightly easier than the run dialog _and_ works with multiline:
    1. Windows button
    2. Ctrl-v
    3. Ctrl-a or shift-up
    4. Ctrl-x 😉

  • Georg Rottensteiner

    Nice shortcuts, I usually also use my favourite text editor.

    Hall of Shame Top 1: Eclipse (Yes, I’m forced to use it) . It copies the text with blue color and blue background (as it’s selected).
    This clearly shows nobody of the dev team ever used it themselves.

  • Ron ParkerMicrosoft employee

    On Windows 11 (possibly only in insider builds?) the Win+V hotkey has “paste as plain text” functionality in addition to clipboard history. It’s behind the … menu for the clipboard item. If you hate using the mouse, as I do, it’s Win+V, tab, enter, enter to paste the current clipboard contents as plain text.

  • Dmitry · Edited

    Tried Ctrl+Alt+V in my Word 2003. Doesn’t work. Luckily a single-line macro for Ctrl+Alt+Shift+V just works.

    Yes, better UX than Gibbon is more important than having a newer version. A lot of people around tend to do the same, compatibility package is enough to work with the rest.

    P.S. Win+R seems to only work for single-line text.

    • Andreas Rejbrand

      Win+R, “notepad”, Enter, Ctrl+V, Ctrl+A, Ctrl+C, Alt+F4, n.

  • Tim Dawson

    I’ve used the Run dialog trick myself since the beginning of formatted text. I thought it was just me. I kind of thought there must be a better way but I didn’t know about it, but this post proves there isn’t. It’s probably the single most annoying thing about my usage of computers. I have almost never wanted to retain formatting when copying and pasting from web content or anywhere else, yet removing it requires a load of actions.