Print Screen to URL — Send Your PrtScn Straight to a Link
Press Print Screen, paste with Ctrl+V, and get a shareable URL — no Paint, no Save As, no file picker. Two keystrokes and a click. Works on Windows and Mac.
Also handy if you searched for printscreen upload or a print screen link — it's the same two keystrokes here.
To send a print screen to a URL, press PrtScn on Windows (Cmd+Shift+Ctrl+4 on macOS), open imagepaste.org, and press Ctrl+V. The clipboard image uploads in under 5 seconds and returns a short shareable URL. The flow skips Paint, Save As, and the file picker entirely.
- 01
Fire PrtScn
Full screen: PrtScn. Active window only: Alt+PrtScn, which leaves out your taskbar and notifications. Region: Win+Shift+S. All three put the image on the clipboard in a format imagepaste.org understands.
- 02
Open imagepaste.org in any tab
Chrome, Firefox, Edge, Safari, Brave, Arc, Vivaldi. The page has no heavy framework; it loads in under a second on a cold cache. You do not need to be signed into anything.
- 03
Paste with Ctrl+V
Click anywhere on the page (or not — the listener is page-wide) and press Ctrl+V. The image blob is read from the clipboard and shown in the crop view. This is the same clipboard API that Google Docs and Figma use.
- 04
Confirm and upload
Either crop the edges or press Skip. The upload kicks off over HTTPS and typically finishes in 2-4 seconds for a 1 MB screenshot. You see a progress indicator, but you usually miss it because it is that fast.
- 05
Grab the URL
A short URL appears with a copy button. Click to put it on the clipboard. The URL works in any context that accepts a link; it will unfurl into an image preview in Slack, Discord, GitHub, and iMessage.
PrtScn into a Jira bug comment
You hit a repro, PrtScn the failing modal, paste here, and drop the URL into the Jira ticket. Jira unfurls the link into an inline image. Your QA lead gets a clickable bug report without dealing with a 2 MB attachment that fails to upload over the VPN.
PrtScn the terminal for a Stack Overflow question
Stack Overflow prefers code blocks, but sometimes the error is a colored terminal output or a TUI. PrtScn the terminal, upload, paste the URL. Reviewers see the actual rendering including the ANSI colors that plain code blocks cannot capture.
PrtScn of a webinar slide you want to save
A presenter drops a stat you want to keep. PrtScn, paste, copy the URL into your Obsidian note or Notes app. The image lives on a URL, not as a loose PNG in Downloads that you will lose by Friday.
PrtScn a banking or invoice confirmation
Some banks only show the confirmation screen once. PrtScn it, send the URL to your accountant or business partner. Much more reliable than hoping you got the email receipt, and the URL travels in Slack or email without triggering size limits.
How do I upload a print screen to a URL? +
Copy the capture with PrtScn (or Cmd+Shift+Ctrl+4 on macOS), open imagepaste.org in a browser tab, and press Ctrl+V. The image uploads and a short URL is copied to your clipboard. This is faster than saving to disk first because you skip the Save As dialog and the subsequent file picker.
Why would I want a URL instead of a file? +
A URL is a single click for the recipient and does not trigger download warnings on corporate networks. Attachments get stripped by some mail filters and clipped by messaging apps that re-encode images. A link is 100 bytes of text and does not touch any of those pipes.
What happens if I press PrtScn twice before pasting? +
The clipboard holds whatever you copied last, so the second PrtScn overwrites the first. If you want both, paste the first one on imagepaste.org, grab the URL, then PrtScn again. The upload is fast enough that you can turn around both in under 15 seconds.
Can I PrtScn from a dual-monitor setup? +
Dual-monitor setups work, with a choice of what to capture. PrtScn captures every attached display in one wide image. Alt+PrtScn captures only the window that has focus, which is usually what you want on multi-monitor. Or Win+Shift+S for a region on a single monitor. Each ends up on the clipboard and pastes identically.
Does this work if PrtScn opens Snip & Sketch instead? +
Snip & Sketch is compatible with the paste flow. On newer Windows versions, PrtScn is sometimes remapped to launch Snip & Sketch via Settings > Accessibility > Keyboard. The snip you take still lands on the clipboard when you complete it, so pasting on imagepaste.org works the same way. Or disable the remap and PrtScn goes back to classic behavior.
How does this compare to prnt.sc from Lightshot? +
prnt.sc hosts uploads from Lightshot and its URL scheme generates sequential IDs that an old scraper gallery has scraped extensively. imagepaste.org does not require a desktop install and does not use predictable IDs. Neither is encrypted at rest by default, so avoid uploading genuinely secret material to either.
Will the URL keep working after I close the tab? +
The URL is independent of your browser session. The upload lives on our CDN, not on your machine. You can close the tab, shut down the laptop, and the URL still resolves when someone clicks it later. The only caveat is long-term retention is not guaranteed; plan for ephemeral sharing, not archival storage.
Can I automate PrtScn-to-URL with a hotkey? +
The paste step is already a hotkey (Ctrl+V). If you want a single binding that captures and uploads, a small AutoHotkey script or a macOS Shortcut can take a screenshot, open the tab, and paste in sequence. Under 20 lines of code either way. Most people find the manual two-step fast enough.