# Plants vs. Zombies - Latest Mod APK Download

*Published:* 2026-05-28
*Author:* Mitja Rutnik

.bfak-am{
  --bg:#FFFFFF;--ink:#0E1A1A;--muted:#4B5C5B;--accent:#1F3837;--surface:rgba(46, 74, 71, 0.04);
  --sans:'Inter',system-ui,-apple-system,'Segoe UI',sans-serif;
  --serif:'Fraunces',Georgia,'Times New Roman',serif;
  --mono:'JetBrains Mono',ui-monospace,Menlo,Monaco,monospace;
  color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.55;font-weight:400;
  max-width:720px;margin:0 auto;container-type:inline-size;
}
.bfak-am *{box-sizing:border-box;}
.bfak-am a{color:var(--accent);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;}
.bfak-am a:hover{text-decoration-thickness:2px;}
.bfak-am code{font-family:var(--mono);font-size:.875em;color:var(--ink);}

/* Eyebrow line - text only, no container */
.bfak-am-edu{font-size:12px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin:0 0 24px;}

/* Hero - type stack, no card */
.bfak-am-hero{margin:0 0 48px;}
.bfak-am-hero-name{font-family:var(--serif);font-size:40px;line-height:1.1;font-weight:500;letter-spacing:-.02em;color:var(--ink);margin:0 0 8px;}
.bfak-am-hero-meta{font-size:14px;color:var(--muted);margin:0 0 16px;font-weight:400;}
.bfak-am-hero-meta strong{color:var(--ink);font-weight:500;}
.bfak-am-hero-value{font-size:20px;line-height:1.45;color:var(--ink);margin:0 0 24px;font-weight:400;}

/* Section headings */
.bfak-am-h2{font-family:var(--serif);font-size:28px;line-height:1.2;font-weight:500;letter-spacing:-.01em;color:var(--ink);margin:64px 0 24px;}
.bfak-am-h2:first-child{margin-top:0;}

/* Body prose */
.bfak-am p{margin:0 0 16px;font-size:16px;line-height:1.55;color:var(--ink);}
.bfak-am p:last-child{margin-bottom:0;}

/* Feature grid */
.bfak-am-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:32px 24px;margin:0;}
.bfak-am-feature-icon{color:var(--accent);margin:0 0 12px;}
.bfak-am-feature-icon svg{width:20px;height:20px;display:block;}
.bfak-am-feature-title{font-family:var(--serif);font-size:20px;font-weight:500;letter-spacing:-.01em;color:var(--ink);margin:0 0 4px;line-height:1.25;}
.bfak-am-feature-text{font-size:14px;line-height:1.5;color:var(--muted);margin:0;}

/* App info dl */
.bfak-am-info{display:grid;grid-template-columns:140px 1fr;gap:12px 24px;margin:0;font-size:16px;}
.bfak-am-info dt{font-size:14px;color:var(--muted);font-weight:400;margin:0;}
.bfak-am-info dd{font-size:16px;color:var(--ink);margin:0;}
@container (max-width:480px){.bfak-am-info{grid-template-columns:1fr;gap:4px;}.bfak-am-info dt{margin-top:12px;}.bfak-am-info dt:first-child{margin-top:0;}}

/* Mod offers list */
.bfak-am-mod-list{list-style:none;padding:0;margin:0;}
.bfak-am-mod-list li{margin:0 0 24px;}
.bfak-am-mod-list li:last-child{margin-bottom:0;}
.bfak-am-mod-list strong{display:block;font-size:16px;font-weight:500;color:var(--ink);margin:0 0 4px;}
.bfak-am-mod-list p{font-size:14px;line-height:1.5;color:var(--muted);margin:0;}

/* Install steps */
.bfak-am-steps{list-style:none;padding:0;margin:0;counter-reset:step;}
.bfak-am-steps li{counter-increment:step;display:grid;grid-template-columns:32px 1fr;gap:16px;margin:0 0 24px;}
.bfak-am-steps li:last-child{margin-bottom:0;}
.bfak-am-steps li::before{content:counter(step) ".";font-family:var(--serif);font-size:20px;font-weight:500;color:var(--muted);line-height:1.25;}
.bfak-am-steps strong{display:block;font-size:16px;font-weight:500;color:var(--ink);margin:0 0 4px;}
.bfak-am-steps p{font-size:14px;line-height:1.5;color:var(--muted);margin:0;}

/* Whats new list */
.bfak-am-news{list-style:disc;padding:0 0 0 20px;margin:0;}
.bfak-am-news li{font-size:16px;line-height:1.55;color:var(--ink);margin:0 0 8px;}
.bfak-am-news li:last-child{margin-bottom:0;}
.bfak-am-news li::marker{color:var(--muted);}

/* Related apps grid */
.bfak-am-related{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:24px;margin:0;}
.bfak-am-related a{display:block;text-decoration:none;color:var(--ink);}
.bfak-am-related-title{font-family:var(--serif);font-size:18px;font-weight:500;color:var(--ink);margin:0 0 4px;line-height:1.25;}
.bfak-am-related-text{font-size:13px;line-height:1.5;color:var(--muted);margin:0;}
.bfak-am-related a:hover .bfak-am-related-title{text-decoration:underline;text-underline-offset:3px;}

/* FAQ */
.bfak-am-faq dt{font-family:var(--serif);font-size:20px;font-weight:500;letter-spacing:-.01em;color:var(--ink);margin:0 0 8px;line-height:1.3;}
.bfak-am-faq dt:not(:first-of-type){margin-top:32px;}
.bfak-am-faq dd{font-size:16px;line-height:1.55;color:var(--ink);margin:0;}

/* End disclaimer */
.bfak-am-disclaimer{margin:64px 0 0;}
.bfak-am-disclaimer-title{font-family:var(--serif);font-size:20px;font-weight:500;letter-spacing:-.01em;color:var(--ink);margin:0 0 12px;}
.bfak-am-disclaimer p{font-size:14px;line-height:1.55;color:var(--muted);margin:0 0 12px;}
.bfak-am-disclaimer p:last-child{margin-bottom:0;}
.bfak-am-disclaimer a{color:var(--muted);text-decoration:underline;}
.bfak-am-disclaimer a:hover{color:var(--accent);}
Information for educational purposes only

Plants vs. Zombies

Version **3.16.0** · Electronic Arts · `com.ea.game.pvzfree_row`

The original tower defense classic from PopCap. Plant a garden army to hold off five waves of undead suburbia, on every [Android phone](https://bestforandroid.com/ "best android guides") built since 2017.

What is Plants vs. Zombies
--------------------------

Plants vs. Zombies is the original mobile port of the 2009 PopCap tower defense game, packaged for Android by Electronic Arts. The premise is straightforward: a zombie horde shuffles toward your front lawn from the right side of the screen, and you place defensive plants along five lanes to stop them. Sunflowers generate the currency, peashooters do the damage, walnuts absorb the hits, and a roster of forty-nine plants unlocks across the campaign.

The game ships with two large modes. Adventure runs fifty levels across day, night, pool, fog, and rooftop scenarios, with mini-games and puzzle stages folded in. Endless Survival pushes you against ever-faster waves until a single zombie crosses the lawn. There is no live service, no subscription, and no online requirement. Every level runs locally on the device.

The free download on Google Play is gated by in-app purchases for the premium plants and the coin economy. The modded build below removes those gates, gives you an unlimited sun and coin pool from level one, and unlocks the full plant roster so you can stress-test late-game lineups on early stages.

Key features
------------



Forty-nine plants

Sunflowers, peashooters, wall-nuts, cherry bombs, gatlings, magnets. Each plant has a sun cost, a recharge timer, and a clear lane role.

 



Twenty-six zombie types

Cone-heads, bucket-heads, pole-vaulters, balloon zombies, gargantuars. Each one needs a different counter; lane composition is the puzzle.

 



Fifty Adventure levels

Day, night, pool, fog, and rooftop scenarios with mini-games and puzzles between major chapters. Built for short sessions.

 



Survival and mini-games

Endless Survival, Last Stand, I Zombie, Vasebreaker. Five distinct mode families beyond the main story for replay.

 



Offline play

No login, no internet check, no ads in the campaign view. The whole game runs from local storage once installed.

 



Crazy Dave’s Shop

Spend earned coins on the upgraded plants, garden tools, and Zen Garden flowers. Cosmetic and progression rewards.

 



App info
--------

 PublisherElectronic Arts (modded build) Package ID`com.ea.game.pvzfree_row` Version3.16.0 Size120 MB Installs500,000,000+ (Google Play) Rating3.8 / 5 (5.7M reviews) GenreStrategy · Tower Defense RequiresAndroid 7.0 (Nougat) and aboveWhat this mod offers
--------------------

- **Unlimited sun**The sun meter starts at maximum and stays there. Place premium plants on level one without grinding sunflower lanes first.
- **Unlimited coins**Crazy Dave’s shop becomes browsable rather than gated. Buy the upgraded plants, taco refills, and shovel upgrades on the first run.
- **All plants unlocked**The full roster including the upgrade tier is selectable from the start. Useful for testing late-game lineups on the early Adventure levels.
- **Premium content unlocked**Plant slots, mini-games, and the Zen Garden plants that the original gates behind purchases are open by default.
- **No advertisements**The cross-promo banners and interstitials between Adventure levels are removed.

How to install
--------------

The install follows the standard Android sideload flow. Three taps on most devices if you have already granted “install unknown apps” permission to your file manager.

1. **Download the [APK](https://bestforandroid.com/apk/ "apps apk download") file**Tap the download button on this page. The file lands in your default Downloads folder.
2. **Allow installs from this source**Open Settings, search for `Install unknown apps`, find your file manager or browser, and toggle the permission on.
3. **Open the downloaded APK**Tap the file in your Downloads folder. Android’s package installer opens and shows the requested permissions.
4. **Tap Install**Confirm the install. Wait for the progress bar to finish, then tap Open to launch the app.
5. **First run setup**Skip the welcome banner. The sun counter shows the unlimited value on the very first Adventure level if the mod is active.

What’s new in version 3.16.0
----------------------------

- Compatibility patch for Android 14 and Android 15 devices.
- Fixed a long-standing audio crash on certain Pool stage levels.
- Crazy Dave’s shop layout refreshed for tablets and folding phones.
- Save game format updated; old saves remain compatible on first launch.
- Performance improvements on Endless Survival above wave forty.

Related strategy and tower defense picks
----------------------------------------

 [Clash Royale Mod APK

Real-time strategy card duels from Supercell, with unlimited gems and gold in the modded build.

 ](https://bestforandroid.com/apk/clash-royale-mod-latest/) [Clash of Clans Mod APK

Base building and raid strategy with the resource gates lifted. Builder Base and Home Village both open.

 ](https://bestforandroid.com/apk/clash-of-clans-mod-apk-download/) [Stick War Legacy Mod APK

A side-scrolling strategy classic with army upgrades and unit control unlocked from the start.

 ](https://bestforandroid.com/apk/stick-war-legacy-mod/)

For broader gaming reading, see our [Clash Royale deck guide](https://bestforandroid.com/clash-royale-decks/) and the [Coin Master spins reference](https://bestforandroid.com/coin-master-free-spins-coins/).

FAQ
---

 Is Plants vs. Zombies free on Google Play? Yes. The base app is free with in-app purchases for the premium plant slots, the coin economy, and the mini-game bundles. The Adventure mode itself is fully playable without any purchase. What is different about the modded APK? The modded build starts the player with unlimited sun and unlimited coins, unlocks the full plant roster, and removes the in-game advertisements. The fifty Adventure levels, the mini-games, and the Endless Survival mode behave identically. Does this APK work on the Plants vs. Zombies 2 sequel? No. This is the original 2009 game ported to Android in 2017. The sequel is a separate app (Plants vs. Zombies 2) with a different package ID, different gameplay structure, and a different mod target. What Android version do I need? Plants vs. Zombies 3.16.0 requires Android 7.0 (Nougat) or above. The game runs on both arm64-v8a and armeabi-v7a builds and stays under 120 MB total install footprint. How big is the download? The 3.16.0 APK is approximately 120 MB. Allow extra room on the device for save data and the Zen Garden assets; the full install settles around 120 MB after first launch.Disclaimer

The modded Plants vs. Zombies APK described above is a community-built variant. It is not published by Electronic Arts or PopCap Games and is not affiliated with or endorsed by either studio. The information on this page is provided for educational and informational purposes, including for readers in markets where premium plant packs are priced beyond local purchasing power and for users who want to evaluate the upgraded plant roster before committing to in-app purchases on the official build.

If you decide to keep playing after evaluation, the official Plants vs. Zombies app on Google Play supports continued development at Electronic Arts and PopCap. All app names, trademarks, and logos belong to their respective owners. Rights holders: see our [DMCA process](/apk/dmca/) to request removal.




{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[
{"@type":"Question","name":"Is Plants vs. Zombies free on Google Play?","acceptedAnswer":{"@type":"Answer","text":"Yes. The base app is free with in-app purchases for the premium plant slots, the coin economy, and the mini-game bundles. The Adventure mode itself is fully playable without any purchase."}},
{"@type":"Question","name":"What is different about the modded APK?","acceptedAnswer":{"@type":"Answer","text":"The modded build starts the player with unlimited sun and unlimited coins, unlocks the full plant roster, and removes the in-game advertisements. The fifty Adventure levels, the mini-games, and the Endless Survival mode behave identically."}},
{"@type":"Question","name":"Does this APK work on the Plants vs. Zombies 2 sequel?","acceptedAnswer":{"@type":"Answer","text":"No. This is the original 2009 game ported to Android in 2017. The sequel is a separate app (Plants vs. Zombies 2) with a different package ID, different gameplay structure, and a different mod target."}},
{"@type":"Question","name":"What Android version do I need?","acceptedAnswer":{"@type":"Answer","text":"Plants vs. Zombies 3.16.0 requires Android 7.0 (Nougat) or above. The game runs on both arm64-v8a and armeabi-v7a builds and stays under 120 MB total install footprint."}},
{"@type":"Question","name":"How big is the download?","acceptedAnswer":{"@type":"Answer","text":"The 3.16.0 APK is approximately 120 MB. Allow extra room on the device for save data and the Zen Garden assets; the full install settles around 120 MB after first launch."}}
]}