Fix Notion Page ‘Copy Link’ Generating Wrong URL Format on Mobile
🔍 WiseChecker

Fix Notion Page ‘Copy Link’ Generating Wrong URL Format on Mobile

When you tap the Copy Link option on a Notion page using a mobile device, the generated URL sometimes opens the wrong page or shows a broken format. This problem occurs because the mobile app or mobile browser copies a share link with a different base domain or an outdated page ID. This article explains why the mobile Copy Link action produces an incorrect URL and provides a set of clear steps to fix it on both Android and iOS devices.

Key Takeaways: Fixing Wrong URL from Copy Link on Mobile Notion

  • Share menu > Copy Link in the Notion app: Use the official app share sheet instead of the browser context menu to get the correct URL.
  • Page ID check in the copied link: Verify the 32-character hex string in the URL matches the page you want to share.
  • Desktop > Share > Copy Link: As a fallback, copy the link from the desktop version to guarantee the right format.

ADVERTISEMENT

Why Notion Copy Link on Mobile Generates a Wrong URL

Notion pages have a unique 32-character hexadecimal page ID embedded in the URL. On mobile, the Copy Link action can pull this ID from a cached or incomplete version of the page. The mobile browser or app may also insert a referral parameter or use a subdomain like www.notion.so instead of the standard notion.so domain. When the URL includes extra characters, an old page ID, or a mismatched domain, the link points to an error page or a different Notion workspace.

There are three common scenarios that cause a wrong URL format on mobile:

Using the browser Share menu instead of the Notion app Share button

When you open a Notion page in a mobile browser and use the browser’s Share menu to copy the link, the browser copies the current address bar URL. This URL may include scroll anchors, session tokens, or a mobile-specific subdomain that does not work when pasted into another app.

Copying a link from a page that is not fully loaded

If the Notion page has not finished loading its metadata, the Copy Link action may capture a placeholder URL or an older cached page ID. This is more common on slow mobile connections or when the app is running in the background.

Using the mobile web app instead of the native Notion app

The Notion mobile web app at www.notion.so sometimes returns a different URL structure than the native app. The web app may add a forward slash followed by the workspace name, which breaks links when shared with users who use the native app.

Steps to Copy a Correct Notion Page Link on Mobile

Follow these instructions to ensure the copied link uses the correct format. The steps differ slightly between the Notion mobile app and the mobile browser.

Method 1: Copy Link from the Native Notion App (iOS and Android)

  1. Open the target page in the Notion app
    Launch the Notion app on your phone or tablet. Navigate to the page whose link you want to copy. Wait until all content and the page title appear fully.
  2. Tap the Share icon at the top right
    In the top-right corner of the page, tap the Share icon, which looks like a box with an upward arrow. This opens the Notion share sheet, not the system share menu.
  3. Select Copy Link from the share sheet
    In the share sheet, tap the Copy Link option. The app copies a clean URL in the format https://www.notion.so/pagename-32characterid.
  4. Paste the link into a note or message to verify
    Open a messaging app or a text editor and paste the link. Confirm that the URL starts with https://www.notion.so and contains a 32-character alphanumeric string after the page name. If the URL looks different, repeat steps 1 through 3.

Method 2: Copy Link from the Mobile Browser with Manual Cleanup

  1. Open the page in Chrome or Safari
    Open your mobile browser and navigate to the Notion page. Make sure the page loads completely before you copy the link.
  2. Tap the address bar and select the full URL
    Tap the address bar to select the entire URL. Copy the URL by tapping Copy from the pop-up menu.
  3. Remove any extra parameters after the page ID
    Paste the URL into a text editor. Look for a question mark followed by parameters such as ?ref= or ?utm_. Delete everything from the question mark onward. Also remove any trailing slashes.
  4. Change www.notion.so to notion.so if needed
    If the URL uses www.notion.so, replace it with notion.so. Some apps and services expect the shorter domain. Both domains work, but notion.so is the canonical format.
  5. Copy the cleaned URL and share it
    Copy the edited URL and paste it into your message. Test the link by opening it in an incognito browser tab to confirm it opens the correct page.

Method 3: Use Desktop Notion as a Fallback

  1. Open the page in the Notion desktop app or web version
    On a computer, open Notion and navigate to the page. The desktop app and web version generate the correct URL format reliably.
  2. Click Share in the top-right corner
    Click the Share button at the top right of the page. A share modal appears.
  3. Click Copy Link
    In the share modal, click Copy Link. The link is copied to your clipboard in the standard format.
  4. Send the link to your mobile device
    Paste the link into an email, a messaging app, or a cloud note that syncs to your mobile device. Open the link on your phone to confirm it works.

ADVERTISEMENT

If Notion Copy Link Still Produces a Wrong URL

Copied link opens a different page

This usually means the page ID in the URL belongs to an older version of the page or a different page entirely. Open the page in the Notion app, tap the three-dot menu next to the page title, and select Copy Link from that menu instead of the Share button. This action copies the link directly from the page metadata.

Copied link shows a 404 error

A 404 error occurs when the page ID is missing or the workspace name is incorrect. Check the URL for extra characters after the page name. If the URL contains a workspace name like /myworkspace/, remove that segment so the URL reads https://www.notion.so/pagename-32characterid. Then test the link again.

Copied link includes a mobile subdomain

Some mobile browsers add m.notion.so or mobile.notion.so as the domain. Replace the mobile subdomain with notion.so before sharing. The desktop and native app Copy Link actions never produce a mobile subdomain.

Copied link has a duplicate page name

If the URL shows the page name twice, such as https://www.notion.so/pagename-pagename-32characterid, the duplicate name is harmless but looks unprofessional. Remove the extra page name and the hyphen that precedes it. Keep only the first page name and the 32-character ID.

Notion Copy Link URL Formats Compared

Item Correct URL Format Wrong URL Format
Domain notion.so or www.notion.so m.notion.so, mobile.notion.so, or a custom subdomain
Page ID presence 32-character hex string after the page name Missing page ID, truncated ID, or duplicate ID
Extra parameters None after the page ID Includes ?ref, ?utm_, ?source, or similar tracking parameters
Workspace prefix Optional /workspacename/ before the page name Multiple workspace segments or no workspace at all

Notion page links work reliably when they follow the standard format. The correct URL contains the domain, an optional workspace name, the page name, a hyphen, and exactly 32 hexadecimal characters. Any deviation from this structure causes the link to fail on certain devices or apps.

To avoid wrong URL formats in the future, always copy the link from the native Notion mobile app using the Share icon. If you must use a browser, manually strip out tracking parameters and verify the page ID. The desktop version remains the most reliable source for a clean link. When you share a link that you copied on mobile, open it yourself first to confirm it resolves to the correct page.

ADVERTISEMENT