Plugin Pulse
← Pulse

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.

⚠ Stale
How scoring works →
74 Health · B
Maintenance 61/100
Rating quality 91/100
Support 70/100

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.

87 / 100

Excellent listing optimization

Biggest win: Update recency

Update recency 69/100
WP compatibility 100/100
Rating quality 91/100
Listing tuning 92/100

To rank higher: Last updated 370 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

+5% vs prior 30d
1.1KDownloads · Aug 26

30-day downloads

Rolling 30-day volume · peaks are release surges

50.1K

now · peak 641.5K

51.4K30d downloads · Aug 26

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

Regenerate Thumbnail · #64 you Fix Media Library · #5345 Force Regenerate Thu · #227 Auto Featured Image · #789

Rating trend

Star average over time · dips mark rough releases

4.6Stars · Aug 26

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.

51per 1k installs · Aug 26

Release cadence

No release in a year
from wp.org release tags

How 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

3.1.6 · 1.0y ago3.1.5 · 3.4y ago3.1.4 · 5.8y ago3.1.3 · 6.5y ago3.1.2 · 6.8y ago3.1.1 · 7.2y ago3.0.2 · 8.6y ago3.0.1 · 8.7y ago3.0.0 · 8.7y ago2.3.1 · 8.9y ago2.3.0 · 8.9y ago2.2.6 · 10.7y ago2.2.5 · 10.7y ago2.2.4 · 13.7y ago

What its installed base runs

via wordpress.org

Share 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.

v3.1 94%
Older / other versions 6.2%

Estimated active installs

The public count shows “1M+”. Our estimate pins where the real number sits.

modeled estimate
1M–2M ≈1.4M

Modeled within the band wp.org reports; tightens as we track daily.

Install history · since 2015-03-10 · 1,486 observations

1MInstalls · Aug 26

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

N/A

Est. acquisition value

N/A

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

Version
3.1.6
Last updated
1.0y ago
Added
2008-08-28 · 17 yrs old
Requires WP
4.7
Tested up to
6.8.8
Requires PHP
5.2.4

Recent review vibe

read from the latest 12 reviews to 2026-03-13
Mixed PraiseCompatibility

Most 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 ↗
  1. zack00
    6mo 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 ↗
  2. JHouse
    10mo 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 ↗
  3. chrisdubea
    12mo 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 ↗
  4. sjcm94
    12mo ago

    Thank you, Alex, for still supporting us.

    Read on wp.org ↗
  5. moviemoon
    1.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 ↗
  6. Denny Müller
    1.8y ago

    Works fine and does what it describes. And sorry to hear, that Alex has passed away.

    Read on wp.org ↗
  7. Anil Chandra Robidas
    1.8y ago

    Nice Tools

    Read on wp.org ↗
  8. 21stcn
    2.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 changelog

Recent releases and news for this plugin

  1. 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
  2. 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
  3. Version 3.1.4 Fix: Don’t attempt to regenerate SVG’s. Bump tested version. Update dependencies. 3.1.4
  4. Version 3.1.3 Update plugin dependencies to the latest version. 3.1.3
  5. Version 3.1.2 Use wp_get_original_image_path() in WordPress 5.3 3.1.2
  6. Version 3.1.1 Minor fix to avoid a divide by zero error when displaying thumbnail filenames. 3.1.1

Behavioral tests

via WP Hive

Automated install-time checks, tested on PHP 8.1.12 · WP 6.3

Low memory footprint
Low page-speed impact
Runs on latest PHP + WP
No PHP errors
No JS errors
Activates cleanly
No resource errors
No external HTTP errors
Optimized database use
Frequently updated

Languages

via translate.wordpress.org

Translated into 50 languages, 33 at 90% or more

Catalan 100%
Chinese (China) 100%
Chinese (Taiwan) 100%
Danish 100%
Dutch 100%
Dutch (Formal) 100%
English (Australia) 100%
English (Canada) 100%
English (New Zealand) 100%
English (South Africa) 100%
English (UK) 100%
French (France) 100%
Galician 100%
German 100%
German (Formal) 100%
Greek 100%
Hungarian 100%
Italian 100%
Japanese 100%
Korean 100%
Persian 100%
Polish 100%
Portuguese (Brazil) 100%
Russian 100%

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).

Compare head to head →

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>
Preview card ↗

Regenerate Thumbnails: 1M+ active installs, 4.6★ (395 reviews). Plugin Pulse (WP Mayor), as of 2026-08-25. https://plugins.wpmayor.com/plugin/regenerate-thumbnails