Learning Objectives
- Understand what WeatherNext predicts and why forecasting a cyclone's track and its intensity together is hard
- Identify the concrete accuracy gain the model delivers and how that translates into warning time
- Evaluate what open weights plus operational adoption at a national forecasting agency mean for the field
What Is WeatherNext?
WeatherNext is a family of machine-learning weather models from Google DeepMind and Google Research. It has two distinct halves, and they answer different questions.
The cyclone model, published in Nature on August 6, 2026, is built specifically for tropical cyclones β the storms known as hurricanes in the Atlantic and typhoons in the western Pacific. WeatherNext 3, released September 3, 2026, is the general global forecaster that runs behind Google's consumer products. The rest of this page covers the cyclone model first, since that is the peer-reviewed result, then WeatherNext 3.
The problem it addresses is a long-standing split in the field. Global atmospheric models are good at predicting where a storm will go but run at resolutions too coarse to capture how strong it will get. Specialized regional models capture intensity but do not see the whole atmosphere. Forecasters have historically had to blend outputs from both and accept the seams. WeatherNext predicts track, intensity, and wind structure jointly from one model, which is what lets it improve all three at once instead of trading them off.
π‘Key Concept
Why joint prediction matters. A storm's path and its strength are physically coupled β where a hurricane travels determines the ocean heat and wind shear it encounters, which drives how much it intensifies, which in turn changes its path. Splitting those into separate models throws away that coupling. Learning them together is the structural change behind the accuracy gain.
The Accuracy Gain
WeatherNext's headline result is roughly an extra day of predictive accuracy: its three-day forecasts match what the previous generation of models achieved at two days. Google frames that as approximately a decade of conventional meteorological progress, delivered at once.
| Dimension | WeatherNext | Conventional approach |
|---|---|---|
| What it predicts | Track, intensity, and wind structure jointly | Track and intensity from separate models |
| Lead-time advantage | More than 24 hours | Baseline |
| Grid resolution | 28 kilometers | Substantially finer, but far more costly |
| Time to produce a forecast | Under one minute on a single TPU | Hours on a supercomputer |
The resolution line is the counterintuitive one. WeatherNext runs on a 28-kilometer grid β around 100 times coarser than traditional models β and still beats them. That is the same lesson AI forecasting has taught repeatedly: a learned model does not need to resolve the physics explicitly if it has learned the patterns those physics produce.
A day of extra warning is not an abstract benchmark. It is the difference between ordering an evacuation with time to complete it and ordering one that traps people on the road.
Operational Use
WeatherNext is not a research demonstration waiting for adoption. It is already in operational use at:
- The US National Hurricane Center β the agency that issues official Atlantic and eastern Pacific forecasts and warnings
- The UK Met Office
- The Cooperative Institute for Research in the Atmosphere, a NOAA-affiliated research partner
Google cites Hurricane Melissa in 2025 as a validation case, where the model predicted both the rapid intensification and the Jamaica landfall in time to support advance warnings.
π―Tip
Open code and weights. Google published WeatherNext's code and model weights openly on GitHub, covering WeatherNext Cyclones, WeatherNext 2, and a smaller WeatherNext 2-mini. The models are also reachable through Google's Weather Lab interface. That combination β a peer-reviewed result, open weights, and adoption by a national forecasting agency β is unusually complete for a frontier AI release.
WeatherNext 3 β The General Forecaster
Released on September 3, 2026, WeatherNext 3 is the everyday model rather than the storm specialist. Two changes matter most.
It refreshes hourly instead of every six hours. A forecast that updates once a quarter-day is stale for exactly the decisions people make with it. Hourly regeneration means the forecast reflects satellite observations from minutes ago rather than hours.
It predicts surface conditions at five-kilometer resolution, which Google describes as five times sharper than WeatherNext 2. Other surface variables run at ten kilometers and atmospheric variables such as wind at twenty-five. The model trains on live geostationary satellite mosaics and weather-station observations rather than on simulation output alone.
Google reports precipitation improvements of up to 60 percent measured against satellite data, 30 percent against the MRMS radar product and 10 percent against rain gauges, and says forecasts made further ahead are up to 50 percent more accurate.
β οΈWarning
These are vendor-reported figures, and the three precipitation numbers are measured against three different references. A 60 percent gain against satellite data and a 10 percent gain against rain gauges are not the same claim, and the gauge figure is the one closest to ground truth. Google has not published a peer-reviewed paper for version 3 the way it did for the cyclone model, so treat the two halves of this page differently: the Nature result has been through review, and these numbers have not.
Distribution is the other half of the story. WeatherNext 3 already runs behind Google Search, Google Maps, the Gemini app, the Google Maps Platform Weather API and Google Earth Engine, with bulk access through BigQuery and Cloud Storage. That makes it one of the most widely deployed AI models by reach, even though most of the people relying on it will never know its name.
Pricing
- Code and model weights on GitHub
- WeatherNext Cyclones, 2, and 2-mini
- Self-host and run on your own hardware
- Browser interface to the models
- No infrastructure required
- Exploration and inspection
There is no commercial tier. The models are published research artifacts, so the practical cost of running WeatherNext is whatever compute you put under it β which, at under a minute per forecast on a single accelerator, is modest by frontier-model standards.
Strengths
- A genuine, quantified accuracy gain β more than 24 hours of additional lead time on track, intensity, and wind structure, peer-reviewed in Nature rather than announced by press release
- Joint prediction β track, intensity, and structure come from one model, capturing the physical coupling that split models discard
- Cheap to run β a forecast in under a minute on a single tensor processing unit, against hours of supercomputer time
- Openly available β code and weights published, so the result is reproducible and deployable outside Google
- Already operational β in use at the National Hurricane Center, the UK Met Office, and CIRA, not pending evaluation
Limitations and Considerations
- Cyclones specifically β this is a specialized model for tropical cyclones, not a general-purpose forecasting system; WeatherNext 2 covers broader forecasting, and other tools cover regional and short-range needs
- Coarse grid β the 28-kilometer resolution works well for storm-scale prediction but is not the right instrument for local, street-level impact modeling
- Forecasts are not decisions β the model improves the input to an evacuation or preparedness decision; the official warning still comes from the National Hurricane Center, and operational meteorologists remain in the loop
- Trained on the past β like any learned model, it has seen historical storms. A genuinely unprecedented storm is exactly the case where a pattern-learned model has the least support
Related Tools
- WeatherMesh β WindBorne's AI forecasting model, paired with its own weather-balloon constellation
- AlphaFold β the earlier DeepMind result that set the template of open scientific models with broad adoption
Key Takeaways
- WeatherNext is a family: a cyclone model published in Nature on August 6, 2026, and WeatherNext 3, the general global forecaster released September 3, 2026
- It predicts track, intensity, and wind structure jointly, gaining more than a full day of lead time β three-day forecasts now match what earlier models managed at two days
- It runs on a 28-kilometer grid and produces a forecast in under one minute on a single tensor processing unit, despite being far coarser than traditional physics-based models
- The code and model weights are openly published, and the National Hurricane Center, the UK Met Office, and CIRA already use it operationally
- The cyclone model's limits are scope, not quality: it is cyclone-specific, coarse-grained, and β like every learned model β least supported on genuinely unprecedented storms
- WeatherNext 3 refreshes hourly rather than every six hours and resolves surface conditions at five kilometers, five times sharper than version 2. It runs behind Google Search, Maps, the Gemini app and Earth Engine, with bulk access via BigQuery and Cloud Storage
- The two halves carry different evidential weight β the cyclone result is peer-reviewed in Nature, while version 3's accuracy figures are vendor-reported and measured against three different references, of which the rain-gauge comparison (10 percent) is closest to ground truth




