All systems operationalChecking…

Home / Claude App Issues

claude copy button not working

Learn how to fix the Claude copy button when it fails to copy code blocks or text responses on claude.ai.

Updated 8/21/2026Powered by Tickd.ai

When you click the copy clipboard icon on claude.ai to quickly capture a code block or formatted text, nothing happens. This browser-based bug can severely disrupt your development and writing workflows. The problem usually points to restricted browser permissions, interfering browser extensions, or script execution delays on the web page.

Check browser clipboard permissions

For security reasons, modern web browsers restrict websites from writing to your clipboard unless explicit permission is granted. If you have tightened your privacy settings, claude.ai may be blocked from modifying your clipboard.

To resolve this in Google Chrome or Microsoft Edge, look at the address bar when you are on the Claude website. Click the site information settings icon (the sliders or lock symbol to the left of the URL) and ensure that "Clipboard" permissions are set to "Allow". If you do not see the option, go to your browser settings, search for "Site Settings", locate claude.ai, and manually toggle the clipboard permissions to active.

Disable conflicting browser extensions

Extensions that manage your clipboard, block scripts, or customise website user interfaces frequently clash with Claude's built-in javascript functions. Ad-blockers, script-blockers, and clipboard managers are the primary culprits.

To test this, open a private browsing or incognito window, log in to claude.ai, and attempt to use the copy button on a freshly generated response. If the copy button works in incognito mode, return to your normal browser window and disable your extensions one by one until you isolate the extension causing the conflict.

Force refresh and clear site data

Sometimes the scripts responsible for copying text to your system clipboard stall or fail to load completely, especially during updates or when the Claude app wont load properly. Clearing the local cache forces the browser to pull clean, updated scripts from the server.

On desktop browsers, press Ctrl + F5 (Windows) or Cmd + Shift + R (Mac) to perform a hard reload. If the copy button remains unresponsive, right-click anywhere on the page, select "Inspect", navigate to the "Application" or "Storage" tab, and click "Clear Site Data". Log back into your account and test the copy feature again.

Check for system clipboard service locks

Occasionally, the issue lies within your operating system's clipboard service rather than the browser. Background applications or sync services can lock the clipboard, preventing the browser from updating its contents.

On Windows, press the Windows Key + V to open the clipboard history panel and verify if it is working, or restart the clipboard service by typing cmd in the start menu, running Command Prompt as administrator, and entering the command echo off | clip. On macOS, open the Activity Monitor, search for pboard, force quit the process, and let macOS launch a fresh instance of the clipboard service automatically.

Check for platform lag

When the Anthropic servers are experiencing high traffic, the web interface can become laggy. A delay between clicking the button and the browser executing the clipboard function is common during high load events. If the site is overall unresponsive, you can read our guide on Claude not responding to diagnose whether a systemic service degradation is affecting your user experience.

Related Help