Regenerate Thumbnails
by Alex Mills · Uncategorized
Also makes 4 other plugins · 1.0M+ installs across the portfolio →
Regenerate the thumbnails for one or more of your image uploads. Useful when changing their sizes or your theme.
74 health vs 56 average across 16,378 Uncategorized plugins
Directory ranking optimization
How it's scored →How well this listing is tuned to rank in WordPress.org search, on the factors an owner controls. Not popularity, optimization.
Excellent listing optimization
Biggest win: Update recency
To rank higher: Last updated 371 days ago — ship an update; wp.org decays a listing's search weight after ~180 days.
Get the full rank-higher report →Daily downloads
Since 2022-10-05 · 1,421 days · wp.org + Plugin Pulse archive
30-day downloads
Rolling 30-day volume · peaks are release surges
50.1K
now · peak 641.5K
Directory rank vs rivals
wp.org popularity rank over time · higher is better · when a rival's line climbs above yours, they've overtaken you
Rating trend
Star average over time · dips mark rough releases
Update activity
How busy the existing users are, measured as downloads in the last 30 days for every 1,000 active sites. A spike means a new release everyone's pulling; a long, slow decline means an aging user base that updates less.
Release cadence
No release in a yearHow often this plugin actually ships. A steady rhythm is the maintenance signal a single "last updated" date can't show.
0
releases in the last 12 months
1.0y ago
latest release · v3.1.6
21
tagged releases on record
Recent releases
What its installed base runs
via wordpress.orgShare of active installs on each version of this plugin · 94% run the current release. Green is the current release; a big slice on older versions is a user base that has stopped updating.
Estimated active installs
The public count shows “1M+”. Our estimate pins where the real number sits.
Modeled within the band wp.org reports; tightens as we track daily.
Install history · since 2015-03-10 · 1,486 observations
Estimated value
What this plugin might earn a year, and what it might sell for. Modeled from public signals; we don't see anyone's books.
Est. annual revenue
Est. acquisition value
No paid tier is visible, so we don't put a figure on revenue or sale value: that would be guessing. The install base is a real asset to an acquirer, just not one public data lets us price.
Details
Recent review vibe
read from the latest 12 reviews to 2026-03-13Most reviewers say the plugin does the job of regenerating thumbnails cleanly, but a minority report it broke image references or clashed with WordPress's own image scaling and offloading setups.
Recent reviews
All reviews on wp.org ↗- ★★★★★ zack006mo ago
Used it to fix image sizes after changing my theme. Did the job without much hassle. Took some time but worked fine. Pretty useful plugin overall. tnx to the devs for keeping it simple.
Read on wp.org ↗ - ★★★★★ JHouse10mo ago
For layout and design purposes, I opted to increase the size of all my featured image thumbnails moving forward, but you guessed it, I still had to resize the previous photos. Well, this plugin handled it like a champ! Even removed the ones I wasn’t using any longer so I could free up some server space. Admittedly, I was a bit scared running this plugin for the first time, however, I made backup of my website files and database before doing so in the event sh!t went south. Not only did it resize them perfectly, it restored some thumbnails that were missing. Now all is awesome! Thanks for such a great plugin! I will use this exclusively in the future.
Read on wp.org ↗ - ★★★★★ chrisdubea12mo ago
Yea, That was stupid. Foolishly used this, still don’t know why. Screwed up all my references to images in a Portrait orientation. Luckily I was able to figure it out and with Better Search Replace was able to fix 326 instances of the wrong reference.
Read on wp.org ↗ - ★★★★★ sjcm9412mo ago
Thank you, Alex, for still supporting us.
Read on wp.org ↗ - ★★★★★ moviemoon1.5y ago
I really like this plug-in. I don’t need it very often but when I do it works great. For example when I changed the image size for my blog thumbnails and thought i would have a headache! It shows nice info about images and which sizes will be generated too. Useful. Thank you.
Read on wp.org ↗ - ★★★★★ Denny Müller1.8y ago
Works fine and does what it describes. And sorry to hear, that Alex has passed away.
Read on wp.org ↗ - ★★★★★ Anil Chandra Robidas1.8y ago
Nice Tools
Read on wp.org ↗ - ★★★★★ 21stcn2.1y ago
WordPress scales down very big images, adding a ‘full’ image with ‘-scaled’ suffix, and stores the original file and it’s name in the db. RT plugin however regens thumbails based on the ‘scaled’ image, so all the intermediate sizes are re-named. This can break images when combined with offloading etc. Unless I am missing something, this ‘-scaled’ resizing of big images is default wordpress functionality so the RT plugin should handle it properly by using the original image (using functions like wp_get_original_image_url, wp_get_original_image_path) etc, so as not to orphan a whole set of thumbnails, use the wrong full image and generate a new set of intermediate sizes. Eg:These are the currently registered thumbnail sizes, whether they exist for this attachment, and their filenames: thumbnail: 280×178 pixels (cropped to fit) 8C2A3575-scaled-280x178.jpg medium: 300×300 pixels (proportionally resized to fit inside dimensions) 8C2A3575-scaled-300x200.jpg medium_large: 0×0 pixels (thumbnail would be larger than original) large: 720×1200 pixels (proportionally resized to fit inside dimensions) 8C2A3575-scaled-720x480.jpg avatar: 180×180 pixels (cropped to fit) 8C2A3575-scaled-180x180.jpg 1536×1536: 1536×1536 pixels (proportionally resized to fit inside dimensions) 8C2A3575-scaled-1536x1024.jpg 2048×2048: 2048×2048 pixels (proportionally resized to fit inside dimensions) 8C2A3575-scaled-2048x1366.jpg featured-medium: 700×446 pixels (cropped to fit) 8C2A3575-scaled-700x446.jpg featured-large: 1398×1398 pixels (proportionally resized to fit inside dimensions) 8C2A3575-scaled-1398x932.jpg extra-large: 1598×1598 pixels (proportionally resized to fit inside dimensions) 8C2A3575-scaled-1598x1066.jpg The attachment says it also has these thumbnail sizes but they are no longer in use by WordPress. You can probably safely have this plugin delete them, especially if you have this plugin update any posts that make use of this attachment. medium (old): 300×200 pixels 8C2A3575-300x200.jpg large (old): 720×480 pixels 8C2A3575-720x480.jpg thumbnail (old): 280×178 pixels 8C2A3575-280x178.jpg avatar (old): 180×180 pixels 8C2A3575-180x180.jpg 1536×1536 (old): 1536×1024 pixels 8C2A3575-1536x1024.jpg 2048×2048 (old): 2048×1365 pixels 8C2A3575-2048x1365.jpg featured-medium (old): 700×446 pixels 8C2A3575-700x446.jpg featured-large (old): 1398×932 pixels 8C2A3575-1398x932.jpg extra-large (old): 1598×1065 pixels 8C2A3575-1598x1065.jpg cmplz_banner_image: 350×100 pixels 8C2A3575-350x100.jpg This topic was modified 1 year, 11 months ago by 21stcn.
Read on wp.org ↗
Latest updates
via wp.org changelogRecent releases and news for this plugin
- — Version 3.1.6 Fix: Respect “Skip regenerating existing correctly sized thumbnails” setting. Fix: Don’t delete all thumbnails when deleting old unregistered thumbnails size. 3.1.6
- — Version 3.1.5 Fix: Don’t overwrite ‘All X Attachment’ button label with featured images count. Tested successfully with PHP 8.1. Tested successfully with PHP 8.2. 3.1.5
- — Version 3.1.4 Fix: Don’t attempt to regenerate SVG’s. Bump tested version. Update dependencies. 3.1.4
- — Version 3.1.3 Update plugin dependencies to the latest version. 3.1.3
- — Version 3.1.2 Use wp_get_original_image_path() in WordPress 5.3 3.1.2
- — Version 3.1.1 Minor fix to avoid a divide by zero error when displaying thumbnail filenames. 3.1.1
Behavioral tests
via WP HiveAutomated install-time checks, tested on PHP 8.1.12 · WP 6.3
Languages
via translate.wordpress.orgTranslated into 50 languages, 33 at 90% or more
Plus 26 more locales with partial translations.
Growth timeline
Install-tier crossings we have observed, and how long each tier took to outgrow
No tier crossings observed yet.
Competes with
The plugins that solve the same job, ranked by shared tags then reach, closest match first. The letter on the right is each plugin's health grade (A best, F worst).
-
Fix Media Library 1K+ installs · 4.7★ · 3 shared tags D
-
Force Regenerate Thumbnails 200K+ installs · 4.6★ · 2 shared tags A -
Auto Featured Image (Auto Post Thumbnail) 40K+ installs · 3.8★ · 2 shared tags B - E Easy Add Thumbnail 7K+ installs · 4.4★ · 2 shared tags D
-
OTF Regenerate Thumbnails 4K+ installs · 4.3★ · 2 shared tags D -
Thumbnail Upscale 3K+ installs · 4.5★ · 2 shared tags D
Embed this report card
Drop a live Pulse card for Regenerate Thumbnails into a readme, a review or a deck. It updates itself.
<iframe src="https://plugins.wpmayor.com/embed/regenerate-thumbnails" width="480" height="300" style="border:0" loading="lazy" title="Regenerate Thumbnails — Plugin Pulse"></iframe> Regenerate Thumbnails: 1M+ active installs, 4.6★ (395 reviews). Plugin Pulse (WP Mayor), as of 2026-08-26. https://plugins.wpmayor.com/plugin/regenerate-thumbnails