Back to Community

Troubleshooting Common Gutenberg Pasting and Copying Issues

13 threads Sep 10, 2025 PluginGutenberg

Content

Copying and pasting content is a fundamental part of creating pages and posts. However, users of the Gutenberg block editor sometimes encounter frustrating problems where text doesn't paste correctly, formatting breaks, or blocks freeze. This guide compiles the most common pasting issues and their solutions, based on community reports.

Common Pasting Problems and Their Causes

Based on numerous user reports, the issues generally fall into a few categories:

  • Unwanted Formatting: Pasting text from word processors like Microsoft Word or LibreOffice can bring along hidden, invalid, or complex HTML that Gutenberg cannot parse correctly. This can break page layouts or add unexpected style code.
  • Paste Functionality Fails: In specific blocks like Tables, Captions, or the Custom HTML block, the standard paste (Ctrl+V) command may not work at all, requiring a workaround.
  • Block Freezes or Crashes: Pasting certain content can cause a block to freeze during editing, sometimes leading to lost work if the block attempts recovery.
  • URLs Not Pasting: Pasting a plain URL on its own line may not work as expected if the theme or a plugin has disabled the Embed URL block.
  • Added Spaces: The editor may automatically add unwanted leading or trailing spaces to pasted text.
  • Plugin Conflicts: Often, a recently updated plugin or theme can introduce new conflicts that disrupt core editor functions like copying and pasting.

How to Troubleshoot and Fix Pasting Issues

If you are experiencing problems with pasting, try these solutions in order.

1. Use "Paste as Plain Text"

The most effective way to avoid formatting problems is to strip all styling from the text before it enters the editor. Instead of using Ctrl+V (Cmd+V on Mac), use Ctrl+Shift+V. Many browsers support this keyboard shortcut to paste without formatting. Alternatively, right-click in the block and look for the "Paste as plain text" option.

2. Check for and Install Updates

Many pasting bugs are identified and fixed in subsequent updates. The Gutenberg team actively works on resolving these issues. Ensure you are running the latest version of both WordPress and the Gutenberg plugin (if you use it). For example, a known bug that prevented pasting into the HTML block was fixed in a release after version 18.4.0.

3. Perform a Conflict Test

A vast number of issues are caused by conflicts with other plugins or your theme. To test for this, you need to temporarily disable all other plugins and switch to a default WordPress theme like Twenty Twenty-Four.

  1. Install and activate the Health Check plugin.
  2. Go to Tools > Site Health.
  3. Navigate to the Troubleshooting tab and enable troubleshooting mode. This will make changes only visible to you, not your site's visitors.
  4. In this mode, disable all plugins and switch to a default theme.
  5. Test if the pasting issue persists. If it works, you know a conflict exists.
  6. Re-enable your theme and plugins one by one, testing after each, to identify the culprit.

4. Use the Correct Block for Your Content

Gutenberg handles different types of content in specific blocks. Using the wrong block can cause problems.

  • Custom HTML: For pasting raw HTML code or embed scripts, always use the Custom HTML block. Do not paste code into a Paragraph or Preformatted block.
  • Tables: For complex table data from Excel, the Gutenberg Table block may not support all styling. You may need to use a dedicated table plugin or paste using the "Plain Text" method and reformat manually.
  • URLs: If a single URL won't paste, it may be trying to create an embed block. If your theme disables embeds, try pasting the URL into a Paragraph block first, which will automatically create a link.

Conclusion

Pasting issues in Gutenberg are often temporary and related to specific software conflicts or pasting methods. Starting with a conflict test and using "Paste as Plain Text" resolves the majority of problems. Keeping WordPress and its plugins updated is also crucial, as the Gutenberg team frequently releases patches for known bugs. If you discover a new, reproducible bug, you can report it on the project's GitHub repository.

Related Support Threads Support