How to Save Images From Any Website: Complete Guide (2026)

Updated June 2026 · 6 min read

You found the perfect image on a website. You right-click to save it — and nothing happens. Or the image saves as a .webp file you can't open. Or the site blocks right-click entirely. Here's how to save images from any website, no matter what restrictions are in place.

Quick tip: In most cases, right-click → "Save image as" works. The problem is the file format — many sites now serve WebP images, which your computer might not know how to open. Converting to PNG or JPG fixes this instantly.

Method 1: Right-Click → Save Image As (Standard Way)

  1. Right-click on the image
  2. Select "Save image as..." (Chrome/Firefox) or "Save Image to Downloads" (Safari)
  3. Choose a save location and click Save

Common problem: The image saves as .webp or .jfif instead of .jpg or .png. This happens because the website serves modern formats. Use a free WebP to PNG converter to convert the file into a universally compatible format after downloading.

Method 2: When Right-Click Is Blocked

Some websites disable right-click with JavaScript. Here are four ways around it:

2a. Disable JavaScript (Fastest)

  1. Press F12 to open DevTools
  2. Press Ctrl+Shift+P (Cmd+Shift+P on Mac)
  3. Type "Disable JavaScript" and select it
  4. Right-click now works — save your image
  5. Press the same shortcut and re-enable JavaScript

2b. Drag and Drop

Click and drag the image directly from the browser to your desktop or a folder. This works on most sites even when right-click is disabled.

2c. Browser Print → Save as PDF

Press Ctrl+P → choose "Save as PDF" → the image is included in the PDF. Then extract it with any PDF tool.

2d. Screenshot

Windows: Win+Shift+S for Snipping Tool. Mac: Cmd+Shift+4 for selective screenshot. Pro tip: zoom in first (Ctrl++) for a higher resolution capture.

Method 3: Extract Images With DevTools (High Quality)

This method gets you the original, highest-quality version of any image on a page:

  1. Press F12 to open DevTools
  2. Go to the Network tab
  3. Click the Img filter (shows only image requests)
  4. Refresh the page (F5) — all images load in the list
  5. Click each entry to preview, right-click the preview → "Save image as"

This also reveals hidden images the page loads but doesn't display, like high-resolution versions used for retina screens.

Method 4: Source Code Mining (For Background Images)

Images set as CSS backgrounds or loaded dynamically don't appear in right-click. Find them in the HTML:

  1. Right-click the element → Inspect
  2. Look for background-image: url(...) in the Styles panel
  3. Copy the URL, paste it in a new tab, and save

For dynamically loaded images, check the Elements tab for <img> tags or <source> elements inside <picture> tags.

Method 5: Browser Extensions

Extensions like "Image Downloader" (Chrome) or "DownThemAll" (Firefox) can batch-download all images on a page. Useful for galleries and product listing pages. Be mindful of copyright — only download images you have permission to use.

The WebP Problem & How to Fix It

Even after you successfully save an image, it often arrives as a .webp file. Google Images, social media sites, and most modern websites serve WebP to save bandwidth. The problem: Windows Photo Viewer, Microsoft Office, older Photoshop, and many other desktop apps can't open WebP.

The fix: drag your saved .webp file onto webp2png.io to convert it to PNG instantly. No upload, no software install, works on any device.

Legal Note: Respect Copyright

Saving images for personal reference or inspiration is generally fine. Using them in your own projects, websites, or commercial work without permission is copyright infringement. Always check the site's terms of service and image license before using downloaded images.