🆕 Fortnite Drop Location Picker
Fair-pick drop randomizer. Hot, Medium, Quiet tiers for the current chapter.
Last updated: May 18, 2026 · By Λ
Keyboard: Space or R to roll U Undo C Clear
Session pick counts
Hot Drops
Medium Drops
Quiet Drops
By Λ · Updated May 18, 2026 · ~3 min read
Why I built this drop picker
I play Fortnite with a friend group that has a chronic problem: we always drop the same two POIs. Either the new flashy one from this season's patch trailer, or whichever spot the streamer my friend watched last night was farming. After about the fifth night in a row of fighting four other squads at Demon's Domain in the first ninety seconds, I got tired of it and built this picker as a Friday-night experiment.
It is not a complicated tool. It picks a random POI from a list I maintain by hand. The only twist is a fairness counter that biases the next roll toward locations you have not visited yet this session, so over a long night of squads you actually see the whole map instead of bouncing between three spots.
How I tier the locations
Picking POIs at random is easy. Picking POIs that lead to a useful game is harder, because Fortnite's map is not uniformly contested. A truly uniform random would drop you into a quiet farm half the time and the busiest POI of the season the other half. So I split the locations into three tiers based on how I have seen the lobby behave this chapter:
- Hot is loot-heavy and contested. Expect at least one other squad within thirty seconds of landing. Pick this tier when you want fights early.
- Medium is balanced. You usually get a clean rotation and some material to harvest before contact. Pick this when you are warming up.
- Quiet is for ranked grinders and the games where you want to learn rotations, mats, and storm timings. Almost no early contact.
The tier list updates whenever Epic shuffles the map in a major patch. I do not pull it from any third-party data source. It is my list, based on my games.
Using it during a play session
- Pick a tier pill at the top. All Drops uses every POI in the roster.
- Hit Space or R. The reel spins for about a second and locks on a result.
- Land where it tells you. If you wipe before doing anything useful, hit U to undo and try a different location.
- At the end of the night, C clears the session counters so tomorrow starts fresh.
The counters live in your browser's localStorage, so if you close the tab and reopen it tomorrow, your session history is still there until you reset it manually.
Things people ask me about
Does it know about the current chapter? Yes. I update the roster whenever Epic ships a major map change. If you spot a missing or renamed POI, email me at [email protected] and I will fix it that night.
Why is one POI never picked? The fair-pick bias means recently-rolled locations are temporarily down-weighted. After a session reset they have equal weight again.
Can I add my own list? Not in the UI yet. If enough people ask, I will add a custom-roster mode. Right now the roster is hard-coded so I can keep the data accurate.
Frequently Asked Questions
How many POIs are in the roster right now?
25 named drops: 8 Hot (including Brutal Beachhead and Utopia City), 8 Medium (Canyon Crossing, Kappa Kappa Factory, and friends), and 9 Quiet spots like Moonlit Marsh and Sunken Spires. The exact list lives in the page source, so you can audit it yourself.
Can my whole squad share one roll?
Sort of. Pick counts are tracked per browser, so four people rolling on four devices will get four different answers. The way my group does it: the shot-caller rolls once and pings the marker, and everyone else leaves the tool alone.
What does the tier pill change about the odds?
It shrinks the candidate pool to that tier's list before the fairness bias is applied. Run Quiet-only for a night and you will land at all nine quiet locations before any of them comes up a second time.
Is anything sent to a server when I roll?
No. The roll, the reel animation, and the counters are handled by a script executing on your own device, and the only thing it writes is a small count object in localStorage that never leaves your machine.
This is a fan-made utility and is not affiliated with Epic Games. Fortnite is a trademark of Epic Games Inc. POI names are referenced by text only for informational gameplay use and reflect the current chapter rotation.