If you have ever downloaded an image from the web only to discover it has a .webp extension, you are not alone. WebP has rapidly become the standard format for modern web performance, offering lightweight file sizes and high visual fidelity. However, when it comes to printing, client handoffs, or compatibility with older design tools, the reliable JPG remains king. If you try to manage this transition in Adobe's flagship editor, you might wonder: what is the absolute best way to convert photoshop webp to jpg without losing image quality?
The quick answer depends on your version of Adobe Photoshop. If you are running Photoshop 23.2 or newer, you have native, built-in support—no plugins or complex workarounds are required. If you are using an older legacy version of Photoshop, you will need a quick, free plugin called WebPShop to make the conversion.
This comprehensive, step-by-step guide will cover both native and legacy processes, teach you how to batch-convert hundreds of files in seconds, optimize your compression settings, and troubleshoot the most common errors you will encounter along the way.
1. How to Convert WebP to JPG in Photoshop Natively (v23.2+)
In February 2022, Adobe released Photoshop version 23.2, which finally introduced complete native support for the WebP file format. This update allowed users to open, edit, and export WebP images seamlessly without the need for external tools. Here is how to perform the conversion on modern versions of Photoshop.
Step 1: Open Your WebP Image
There are three standard ways to open your WebP file in Photoshop:
- Drag and Drop: Drag your WebP file from your computer's file explorer (Windows) or Finder (Mac) directly onto the active Photoshop workspace.
- File Menu: Click on
File > Openin the top menu bar, locate your WebP file, and clickOpen. - Right-Click Method: Right-click the WebP file on your desktop, select
Open With, and chooseAdobe Photoshop.
Once opened, you will notice that Photoshop treats it like any other standard flat image format, usually loading it as a locked "Background" layer.
Step 2: Choose Your Export Method
Depending on your exact workflow needs, you have two primary native options to save your image as a JPG: "Save a Copy" or "Export As."
Option A: Save a Copy (The Quickest Method)
Due to changes in recent Creative Cloud versions, Photoshop often restricts the standard Save As menu to formats that preserve all active layers (like PSD, TIFF, or PSB). To convert to a flat format like JPG:
- Navigate to the top menu and select
File > Save a Copy...(or use the shortcutCtrl + Alt + Son Windows /Cmd + Option + Son Mac). - In the "Save as type" (Windows) or "Format" (Mac) dropdown list, select *JPEG (.JPG, *.JPEG, *.JPE)**.
- Choose your destination folder, rename the file if desired, and click
Save. - The JPEG Options dialog box will appear. Here, you can adjust the image quality slider (we recommend setting it to 10 or 12 for maximum quality, or 8 for optimized web performance). Ensure the format option is set to "Baseline Standard" for universal compatibility.
- Click
OKto finalize the conversion.
Option B: Export As (Best for Web Optimization)
If you want control over metadata, color spaces, and specific downscaling features during the conversion:
- Navigate to
File > Export > Export As...(or use the shortcutCtrl + Shift + Alt + Won Windows /Cmd + Option + Shift + Won Mac). - In the right-hand panel, set the Format dropdown menu to JPG.
- Adjust the Quality slider. Unlike the 1–12 scale in "Save a Copy", this uses a percentage slider (e.g., 80% to 90% is generally the sweet spot for web use).
- (Optional) Check the Convert to sRGB box. This ensures your colors look identical across all web browsers and consumer screens.
- Under Metadata, select whether you want to strip out copyright information and camera EXIF data to minimize the final file size.
- Click the blue Export button in the bottom-right corner, select your directory, and save.
2. Converting WebP to JPG on Older Photoshop Versions (Using WebPShop)
If you are running Photoshop CS6, CC 2021, or any version earlier than 23.2, attempting to open a WebP file will trigger a frustrating error window: "Could not complete your request because it is not the right kind of document."
Do not panic—you do not need to upgrade your Creative Cloud subscription. You can easily add native file format support using Google's official, open-source plug-in called WebPShop. Here is how to install and use it.
Step 1: Download the WebPShop Plugin
- Open your web browser and navigate to the official GitHub repository for the Google WebPShop project (github.com/webmproject/WebPShop).
- Go to the "Releases" page and locate the version compatible with your operating system.
- For Windows (64-bit): Download the
.8bibinary file (e.g.,WebPShop_0_4_3_Win_x64.8bi). - For macOS: Download the
.ziparchive containing the.pluginfolder (e.g.,WebPShop_0_4_2_Mac_Universal.zip) and extract it.
Step 2: Install the Plugin in Your Photoshop Directory
You must move the downloaded file to Photoshop's dedicated plug-in folder to allow the system to load it on startup.
Windows Installation Path:
- Copy the downloaded
.8bifile. - Navigate to your program files directory. The standard path is:
C:\\Program Files\\Common Files\\Adobe\\Plug-Ins\\CC(If you are using a very old standalone version of Photoshop, the path might look like:C:\\Program Files\\Adobe\\Adobe Photoshop [Your Version]\\Plug-ins) - Paste the file directly into this folder. You may need to provide administrator permissions to complete this action.
macOS Installation Path:
- Locate the extracted
WebPShop.pluginfolder. - Open Finder and navigate to the following path:
/Library/Application Support/Adobe/Plug-Ins/CC - Paste the folder here.
Step 3: Mac Security Workaround (Crucial Step)
On modern versions of macOS (10.15 Catalina and later), Apple's built-in Gatekeeper security system will often block the plugin with an error stating: "WebPShop.plugin cannot be opened because the developer cannot be verified."
To bypass this and whitelist the plugin:
- Open your Mac's Terminal app (found in Applications > Utilities > Terminal).
- Paste the following command exactly as shown and press Enter:
sudo xattr -r -d com.apple.quarantine /Library/Application\ Support/Adobe/Plug-Ins/CC/WebPShop.plugin - Enter your Mac's administrator password when prompted (note that characters will not display as you type for security reasons).
- Restart your Mac if necessary.
Step 4: Convert Your File
Once installed, restart Photoshop. You can now open WebP images natively! To convert, simply follow the standard File > Save As... or File > Save a Copy... instructions outlined in Section 1, choosing JPEG as your destination format.
3. How to Batch Convert WebP to JPG in Photoshop
If you are a web designer, content creator, or e-commerce store manager, converting WebP files one-by-one is an immense waste of your valuable time. Fortunately, Photoshop features extremely powerful automation tools. We can batch convert dozens or even hundreds of files in a single click using a custom Action and Photoshop's Batch Automator.
Step 1: Record Your WebP-to-JPG Conversion Action
First, we must teach Photoshop exactly what steps to perform on each image.
- Place one sample WebP file on your desktop.
- Open Photoshop and ensure the Actions panel is visible. If it is not, click
Window > Actions(or pressAlt + F9on Windows /Option + F9on Mac). - Click the Create New Action button (the small plus sign icon) at the bottom of the Actions panel.
- Name your new action something descriptive, such as "WebP to JPG", and click Record.
- From this point on, Photoshop will record every click you make. Go to
File > Open, locate your desktop sample WebP file, and clickOpen. - Go to
File > Save a Copy...(orFile > Save As...depending on your version). - Select JPEG from the format dropdown.
- Choose a temporary save location and click
Save. In the JPEG options, select your preferred quality level (e.g., Quality 10) and clickOK. - Go to
File > Closeto close the active document window. - Click the square Stop Recording button at the bottom of the Actions panel.
Your recorded workflow is now safely saved inside Photoshop.
Step 2: Run the Batch Process
Now, let us apply this automated script to an entire folder of WebP images.
- Organize all the WebP files you wish to convert into a single input folder (e.g., "WebP Source"). Create a separate empty folder where the finished JPGs will go (e.g., "JPG Output").
- In Photoshop, navigate to
File > Automate > Batch.... - In the Batch dialog box, configure the following settings:
- Play Section: Set the "Set" dropdown to Default Actions (or whichever group you saved your action under) and the "Action" dropdown to your newly created WebP to JPG action.
- Source: Select Folder from the dropdown, click the Choose... button, and select your "WebP Source" folder.
- Override Action "Open" Commands: Check this box. This forces Photoshop to open the files from your selected folder rather than repeatedly trying to open the specific sample file you used during recording.
- Destination: Select Folder, click Choose..., and select your empty "JPG Output" folder.
- Override Action "Save As" Commands: Check this box. This prevents Photoshop from halting the automation to ask you where to save each individual image.
- File Naming: If you want to retain the original names, leave this default. Otherwise, you can set custom rules (e.g., Document Name + lowercase extension).
- Click OK.
Watch in amazement as Photoshop automatically opens, converts, saves, and closes every single WebP image in your folder in seconds.
4. WebP vs. JPG: Optimizing Quality, Compression, and Transparency
When you convert an image from WebP to JPG, you are shifting between two radically different image compression philosophies. Understanding these differences ensures your design outputs maintain their professional edge.
| Feature | WebP (Google) | JPG / JPEG (Joint Photographic Experts Group) |
|---|---|---|
| Compression Type | Both Lossless (using VP8L) and Lossy (using VP8) | Lossy (using Discrete Cosine Transform) |
| File Size Efficiency | Up to 25–34% smaller than equivalent JPGs | Standard, but less efficient at high compression |
| Transparency (Alpha Channel) | Fully supported (lossless & lossy) | Not Supported (always solid color background) |
| Animation | Fully supported (alternative to GIFs) | Not Supported |
| Compatibility | Universal on modern web browsers; limited in legacy print/design tools | Absolute universal compatibility (print, web, offline) |
Dealing with Transparency
One of the biggest issues designers face when converting a webp to jpg photoshop layout is the handling of transparent layers. WebP files frequently feature transparent backgrounds (often used for logo graphics or isolated products).
Because the JPEG format has no architectural concept of transparency (an alpha channel), Photoshop must flatten the image. When converting a transparent WebP to JPG, Photoshop will automatically fill any transparent zones with a solid color—by default, this is pure white.
If you require transparency to remain intact, do not convert your WebP to JPG. Instead, save your file as a PNG (File > Save a Copy > PNG) or export it as a transparent PNG-24.
Finding the Quality Sweet Spot
Because JPG uses a lossy compression algorithm, saving an image discards a small percentage of visual data to reduce file weight. To keep your images crisp without inflating your storage requirements, utilize the following guidelines when saving JPEGs:
- Maximum Quality (10–12 in Save a Copy / 90–100% in Export As): Best for print production, high-resolution source archives, or detailed portfolio presentations where compression artifacts are unacceptable.
- High Quality (8–9 in Save a Copy / 70–80% in Export As): The ideal compromise for general web use, high-definition displays, and social media uploads. Artifacts are mathematically present but completely imperceptible to the human eye.
- Medium/Low Quality (5–7 in Save a Copy / 50–60% in Export As): Ideal for extreme web optimization where loading speed is critical, or when dealing with highly textured images (such as foliage or stone) that hide compression artifacts naturally.
5. Troubleshooting Common Conversion Errors in Photoshop
Even with native support and premium plugins, you might run into occasional snags. Here are the most common issues when processing webp to jpg in photoshop and how to fix them in seconds.
Issue 1: "Save As" is Missing the JPG Option
This is the most common point of confusion for modern Photoshop CC users. You open your WebP file, click File > Save As, and are confused to see that "JPEG" is completely missing from the format dropdown.
- Why this happens: To prevent users from accidentally flattening complex layered documents, Adobe updated Photoshop's file-saving behaviors. If your document has certain parameters (such as a 16-bit or 32-bit color depth, active layers, or channels), Photoshop will only show formats that support those advanced configurations in the "Save As" menu.
- How to fix it: Simply use File > Save a Copy... instead. This instantly bypasses all structural checks and opens up flat export options, including JPEG. Alternatively, navigate to
Image > Modeand verify that your image is set to 8 Bits/Channel and RGB Color.
Issue 2: The Finished JPEG Looks Pixelated or "Muddy"
If your converted JPEG lacks the sharpness of the original WebP:
- Check double compression: WebP is already a lossy format. Converting a highly compressed WebP to a highly compressed JPG results in "generation loss"—re-compressing data that has already been degraded. Always ensure you export with a quality setting of at least 80% (High) to avoid compounding visual damage.
- Verify Color Profiles: If colors look washed out or dull after conversion, make sure you checked Convert to sRGB during your export. Many web platforms strip embedded profiles, causing custom color spaces (like ProPhoto RGB or Adobe RGB) to render incorrectly on standard monitors.
Issue 3: Plugin is Installed but Files Still Won't Open
If you installed the WebPShop plugin in older Photoshop versions but continue to receive the "not the right kind of document" error:
- Ensure Photoshop was restarted: Photoshop only parses and loads external plugins into memory during its initial boot sequence. Completely close Photoshop and reopen it.
- Verify the installation directory: A common mistake is putting the plugin folder in the wrong application directory. Double-check that you used the correct
Plug-Ins\\CCpath outlined in Section 2, rather than a generic user document folder. - Check your system architecture: Ensure you downloaded the correct version (64-bit versus 32-bit) that matches your system and Photoshop installation.
FAQ: Frequently Asked Questions
Why does Google Chrome always save images as WebP instead of JPG?
To save bandwidth and speed up loading times, modern web servers are configured to detect your browser and serve the most optimized format available (which is almost always WebP). To bypass this, you can use a browser extension like "Save Image as Type" to download files directly as JPG, or process them offline using Photoshop after download.
Is the WebPShop plugin still necessary in Photoshop?
If you are running any version of Photoshop released in or after 2022 (version 23.2 or later), the plugin is not required. Photoshop features excellent, built-in native support. You only need the WebPShop plugin if you are running older legacy versions of Creative Cloud or CS6.
How do I batch convert WebP to JPG on a Mac without Photoshop?
If you do not have Photoshop open and need a quick alternative on macOS, you can use Mac's built-in Quick Actions. Simply select your WebP files in Finder, right-click, select Quick Actions > Convert Image, and choose JPEG as the output format.
Does converting WebP to JPG increase the file size?
Yes, in almost all scenarios, the resulting JPG file will be larger than the original WebP file. Because WebP uses more advanced, modern compression mathematics, it can pack the same visual quality into a file size that is 25% to 35% smaller than an equivalent JPEG.
Can I convert animated WebP files to JPG in Photoshop?
No. Animated WebP files behave similarly to GIFs. Because JPG is a static image format, saving an animation as a JPEG will only capture and export the very first frame of the sequence. If you want to keep the animation, you must export it as an animated GIF or a video file format.
Conclusion
Converting a photoshop webp to jpg layout is a fast and simple process once you understand how your software version handles the format. Modern Creative Cloud users can benefit from seamless, native export and "Save a Copy" capabilities, while users on older systems can easily bridge the gap using Google's free WebPShop plugin.
When dealing with large volumes of media, utilizing custom Actions and Batch processing will save you hours of manual clicking, allowing you to focus on your core creative and design work. Remember to watch your transparency settings and match your JPEG quality targets to your end-use case to ensure your projects always look crisp, professional, and optimized.







