Bottle Flip Simulator - Land the Bottle & Learn the Physics

Flip a virtual water bottle, tune the water level, and see why about one-third full is the sweet spot for landing it upright.

Tap the bottle for a quick flip, or run hundreds of throws at once and compare your landing rate against a physics-based model. Uses true atmospheric randomness from RANDOM.ORG by default.

Tap the bottle to flip it
This session: landed 0 · fell 0
Bottle Flip Simulator - Land the Bottle & Learn the Physics
Flip a virtual water bottle, tune the water level, and see why about one-third full is the sweet spot for landing it upright.
Quick fill:

Model landing chance at this fill level: 22% per throw

Randomness source

Why one-third full wins

At rest: water sits low
Mid-flight: water spreads out
0%25%50%75%100%0%10%20%Water fill levelLanding chance22%

During the flip, the water is flung along the bottle's walls. Spreading the mass away from the center raises the bottle's moment of inertia, which slows its spin just as it comes down - so the base has time to meet the table flat. An empty bottle keeps spinning like a rigid stick, and a full one sloshes too little to brake at all, which is why both ends of the curve drop toward zero. Around 25-35% full, the braking effect is strongest and the center of mass still sits low enough to keep the landed bottle stable.

Simplified model of a casual thrower: a smooth curve peaking at 22% success around 30% fill. Real rates depend on bottle shape, surface, and practice.

About the bottle flip simulator

The bottle flip took over the world in 2016 after a single toss at a school talent show, and it turns out to be a genuinely interesting rigid-body physics problem. A flipped bottle is not a rigid body at all: the water inside is free to move, and mid-rotation it climbs the walls and spreads along the bottle. Because moment of inertia grows with the square of each bit of mass's distance from the rotation axis, that spreading can slow the spin dramatically - angular momentum stays the same while the effective inertia grows. Physicists who studied the trick (it has appeared in the American Journal of Physics) found the ideal fill is roughly 20-40% of the bottle, matching what practiced flippers discover by trial and error. This simulator wraps that story in a probability experiment. Every throw draws from a landing-probability curve shaped like the real physics: near-zero success empty or full, a peak around 30% fill. By default the randomness comes from RANDOM.ORG atmospheric noise, seeded into a fast sfc32 generator; if the service is unreachable, the tool falls back to your browser's cryptographic generator and says so. Each batch reports the seed, and pasting any text into the replay-seed box reproduces a run exactly - handy for classrooms comparing results. Use the batch mode like a statistics lab: throw 1,000 bottles at different fill levels and watch the observed landing rate hug the model curve, or check how long a fail streak pure chance can produce. The longest-fail-streak stat is a nice reminder that even at the optimal fill, a one-in-five event routinely fails ten times in a row.

Bottle flip examples

Four scenarios that show how water level changes the outcome.

SetupTypical resultWhat it shows
Empty bottle (0%), 100 throws0 landingsNothing inside to slow the spin - the model gives an empty bottle no chance.
30% full, 100 throwsAbout 22 landingsThe sweet spot: maximum braking from the spreading water, low center of mass.
Full bottle (100%), 100 throws0 landingsA full bottle acts like a rigid body - no free water, no braking.
30% full, 1,000 throwsRate settles near 22%More throws pull the observed rate toward the model curve - the law of large numbers.

How to use the bottle flip simulator

  1. Tap the big bottle for a quick single flip - the running tally counts your session.
  2. Drag the water-level slider and watch the landing-chance curve marker move; use the quick-fill buttons for common levels.
  3. For an experiment, choose a randomness source, set the number of throws, and press Throw the batch.
  4. Compare your landing rate against the model value, and note the longest fail streak.
  5. Paste the reported seed into the replay-seed box to reproduce a batch exactly.

Bottle flip FAQ

Why is about one-third full the best?
Mid-flip the water spreads along the bottle, raising its moment of inertia and slowing the rotation right before landing, while the center of mass stays low. Studies of the trick put the ideal fill around 20-40%.
Why can't an empty or full bottle land?
An empty bottle has no moving water to brake its spin, and a full one has no room for the water to move - both behave like rigid bodies that keep rotating into the table. Real bottles occasionally land anyway; the simplified model rounds those chances to zero.
Where does the randomness come from?
By default from RANDOM.ORG, which derives true random numbers from atmospheric noise; 128 bits seed a fast sfc32 generator for the batch. If the service is unreachable the tool falls back to the browser's cryptographic generator and labels the result accordingly.
What is a cap landing?
Landing the bottle upside down on its cap - the legendary rare version of the trick. The model treats it as 2% of successful landings, so expect roughly one cap landing per 200-250 throws at the optimal fill.
Is the landing model exact physics?
No - it is a smooth curve shaped by the real physics (zero at the extremes, peak near 30% fill, 22% peak success) representing a casual thrower. Real success rates depend on bottle shape, water versus other liquids, throwing technique, and the landing surface.
Can I reproduce a batch?
Yes. Every batch prints the seed it used. Paste that seed - or any text you like - into the replay-seed field and the same throws come out every time.