Send Text From Phone to Computer (and Back) — No Apps, No Sign-up
You found a link on your phone. You need it on your PC. Or you copied a code snippet at your desk and want it on your tablet. Clipboard Shuttle lets you move text between any two devices in seconds — just open a browser.
Why is sending text from phone to computer still annoying?
In 2026, moving a piece of text from your phone to your computer is still surprisingly painful. You could email it to yourself, but that creates clutter. You could use a chat app, but that requires both sides to have the same app installed. Apple's Universal Clipboard works seamlessly — but only between Apple devices with the same iCloud account, Bluetooth, and Wi-Fi enabled.
If you use an iPhone with a Windows PC, or an Android phone with a Mac, there is no built-in solution. Third-party tools like Pushbullet require app installs and account creation. Cloud-based note apps work but add friction — you have to open the app, create a note, then find it on the other side.
Clipboard Shuttle solves this with a different model: a shared code. No accounts. No installs. No platform restrictions. Any device with a web browser can join.
When do you need phone-to-PC text transfer?
- Opening a phone link on your computer — you found an article, a product page, or a map link on your phone and want to open it in your desktop browser for easier reading.
- Continuing work across locations — you copied a code snippet, a terminal command, or a config block at work and need it on your home machine.
- Sharing a Wi-Fi password or OTP — a guest asks for the Wi-Fi password, and it's on your phone. Send it to your computer to display on a bigger screen.
- Crossing the Apple-Windows divide — you use an iPhone but your work computer is Windows. AirDrop and Universal Clipboard are not available.
- Quick text from a VM or remote server — you need to pass a short string between a remote session and your local device without setting up shared clipboards.
How to send text from phone to computer with Clipboard Shuttle
- Open the site on both devices. Navigate to
clipboard.shuttlelab.orgin any browser on your phone and your computer. - Enter the same code on both sides. The code must be at least 4 letters or numbers (e.g.
blue42). You make it up — no system-generated codes. - Paste or type your text, then tap Send. On desktop, you can also scan a QR code to auto-fill the code on your phone.
- Copy on the receiving side. The other device polls every 2 seconds and displays the content automatically. Content is stored server-side for 10 minutes, then auto-deleted.
Privacy and security: what happens to your text?
Clipboard Shuttle is a server-mediated sync tool, not a peer-to-peer connection. Here is what that means for your data:
- In transit: all data is encrypted via HTTPS between your device and Cloudflare's edge network.
- At rest: content is stored in a Cloudflare D1 database (SQLite at the edge) for up to 10 minutes. There is no end-to-end encryption — Cloudflare Workers can read the plaintext.
- Room codes are public: anyone who knows your code can read and write to that room. Use a long or random code to reduce the chance of collisions.
- No accounts, no logs: Clipboard Shuttle does not require registration and does not log personal information. Content is keyed only by code.
For passwords, API keys, and other sensitive credentials, use a dedicated secrets manager instead.
Common phone-to-PC sync issues
- “I entered the same code but nothing appears”
- Make sure both devices have entered the code and clicked “Join”. The receiving side polls every 2 seconds — wait a moment after sending. If the code's 10-minute TTL has expired, the content is gone; send again.
- “Someone else is in my room”
- Room codes are public. If you used a short or common code like “test” or “1234”, someone else may have entered the same code. Use a longer, more random code (e.g. “x7kQ9m”) to avoid collisions.
- “Can I send images or files?”
- No. Clipboard Shuttle supports plain text only. For images, use AirDrop (Apple-to-Apple), email, or a cloud storage link.
- “I closed the page — is my data still there?”
- The last content sent under your code remains on the server for 10 minutes. If you reopen the page and re-enter the same code within that window, you can still read it. After 10 minutes, it is permanently deleted.
Frequently Asked Questions
- How do I send text from my iPhone to a Windows PC?
- Open clipboard.shuttlelab.org in Safari on your iPhone and in any browser on your Windows PC. Enter the same code on both sides, paste your text on the phone, and tap Send. The text appears on your PC within 2 seconds. No app install or account needed.
- Can I send text from Android to Mac?
- Yes. Clipboard Shuttle works on any device with a web browser — Android, iPhone, Windows, Mac, Linux, even tablets. Open the site on both devices, enter a shared code, and send text either direction.
- Is there a size limit for the text I send?
- Clipboard Shuttle stores content as text in a Cloudflare D1 database row. While there is no hard character limit enforced in the API, very large payloads (over 100 KB) may slow down. For typical URLs, code snippets, and short messages, there are no issues.
- Do I need to install anything?
- No. Clipboard Shuttle runs entirely in your browser. There is no app to install, no browser extension, and no account to create. Just open the website on both devices.
- Is my text secure when sending from phone to computer?
- Data is encrypted in transit via HTTPS. However, content is not end-to-end encrypted — Cloudflare Workers can access it server-side. The room code is public, so anyone with the code can view the content. Avoid sending passwords or sensitive credentials.
Related tools
- Clipboard Shuttle — Home — start syncing now
- Cross-Device Clipboard Sync — for syncing between 3+ devices
- About Clipboard Shuttle — privacy, use cases, full FAQ