Snurra hjulet
NyttEtt hjul som slumpar namn — lägg till alternativ, snurra och kröna en vinnare med konfetti.
Winner
Entries
Spin history
Runs entirely in your browser. Nothing is uploaded.
Spin the wheel — a free random name picker
Need a fair way to pick a name, a winner, a topic, or tonight's dinner? Paste your entries into this free spin the wheel tool — one per line — and the colorful wheel spinner redraws instantly. Click the wheel (or the SPIN button), watch it decelerate, and the winner pops up with confetti. It's the classic wheel of names experience with no ads, no account, and nothing uploaded.
Entries auto-save in your browser, the spin time is adjustable for extra suspense, and a ticking sound (mutable) accompanies every revolution. Whether you're a teacher calling on students, a streamer running a giveaway, or a group that can't pick a restaurant, the wheel decides in seconds.
Genuinely random — and provably fair
Every spin draws its winner from crypto.getRandomValues(), the browser's cryptographically secure random source — the same machinery used for generating encryption keys. The animation is pure theater: the result is fixed by the secure draw the moment you click, so spin strength or timing can't bias it, and each entry has an exactly equal chance.
For transparency, the spin history logs every result with a timestamp — useful as a draw record for giveaways. Want weighted odds? Paste a name multiple times; each line is one ticket.
Raffles, giveaways and classrooms
As a raffle wheel or giveaway wheel: paste your entrants, spin live on stream, screen-record for proof, and click Remove winner between prizes so nobody wins twice. The history panel preserves the order of draws.
As a classroom wheel spinner: project it, load your students, and enable "Remove winner after each spin" so every student gets a turn — a random student picker that keeps participation fair and fun. Shuffle and sort buttons keep long lists manageable.
Decision wheels: yes or no, food, truth or dare
One-click presets turn the spinner into a decision wheel: a yes or no wheel for binary calls, numbers 1–10 for a quick random number, a what-to-eat wheel for indecisive dinners, and truth or dare for party nights. Load a preset, tweak the entries, and spin.
For knockout drama, switch on elimination mode: every spin removes the chosen entry and the last one standing wins. It's the most suspenseful way to settle who goes first, who presents today, or who gets the last slice.
Share your wheel with a link — no account needed
"Copy share link" packs your entire wheel into the URL itself. Send it to a colleague or open it on the classroom PC and the exact same wheel appears — no cloud save, no sign-in, no server storing your list. Combined with local auto-save, your wheels are always where you need them while your data stays entirely on your devices.
That privacy-first design is the quiet advantage over most spinner sites: no ads following you around, no analytics on your entry lists, and the wheel keeps working even offline once loaded.
Wheel of Names vs TinyDecision vs UtiloKit — what's different
Wheelofnames.com is the most popular wheel spinner and works well, but it shows banner ads outside fullscreen mode and stores your shared wheels on its own servers — meaning your entry list leaves your device. TinyDecision and similar iOS/Android apps require a download just to spin a wheel. Pickerwheel.com runs ads between spins, which kills the mood during a live giveaway stream.
UtiloKit's wheel is ad-free on every screen, generates share links that are entirely self-contained in the URL (no server involved), and adds an elimination mode and timestamped spin history that most competitors skip. The history log is useful as verifiable proof for raffles — you can screenshot it and share the sequence of results. It works on iPhone and Android without any install, and it runs offline once loaded, so a spotty classroom Wi-Fi connection won't break your lesson.
The mathematics of spinning wheels and probability
A spinning wheel is a physical model of a discrete probability distribution. Each sector's probability equals its central angle divided by 360°. On a 10-name wheel where every name takes an equal 36° slice, each entry has exactly a 10% chance per spin. On a weighted wheel — where one entry occupies 72° and the others share the remaining 288° — that entry's probability doubles to 20%. The mechanics are identical to adding that name twice on an equal-slice wheel, which is why duplicate entries work as extra tickets.
The law of large numbers guarantees that over thousands of spins, the fraction of wins for each entry converges toward its true probability. In practice, though, any individual spin is a completely independent event. A name that has won the last five times in a row has exactly the same probability on the sixth spin as it did on the first. Believing otherwise is the gambler's fallacy — the mistaken intuition that a "cold" sector is "due" to win, or that a "hot" sector will keep winning. The wheel has no memory; past outcomes carry zero weight in the next draw. Digitally, weighted probability is usually implemented via a cumulative distribution function: each entry's weight is summed into a running total, a single uniform random number in [0, total] is drawn, and a binary search locates the winning entry in O(log n) time.
This independence also explains why short runs look biased even when they are not. Flip a fair coin 10 times and it's not unusual to see 7 or 8 heads. Similarly, on a 6-name wheel the same name can appear three times in five spins through pure chance. The apparent pattern is a feature of randomness, not evidence of rigging — a fact worth explaining to students or giveaway audiences before spinning.
A short history of spinning wheels in games and gambling
The modern roulette wheel traces its origin to Blaise Pascal, who in 1655 attempted to build a perpetual motion machine. His spinning disk, engineered for frictionless rotation, was adopted by Parisian gambling houses by 1796 and given numbered pockets. The 0 and 00 slots — absent from Pascal's machine — were added later specifically to create a house edge, reducing the player's expected return below 100% on every bet. European roulette uses a single zero (house edge ≈ 2.7%); American roulette adds a double-zero (house edge ≈ 5.26%). Casino wheels are not purely mathematical objects: they are precision-engineered instruments, ballasted, levelled to sub-millimetre tolerances, and fitted with air vents to prevent ball-pocket bias — because even a tiny mechanical imperfection can be exploited by careful observers.
The Wheel of Fortune TV game show debuted in the United States on 6 January 1975, created by Merv Griffin and based on the children's word game Hangman. The spinning wheel there is not a pure randomiser in the casino sense — producers exercise editorial control over prize values, bankrupt wedges, and free-spin tiles to shape the drama arc of each episode. The show's format spread to more than 50 countries and remains one of the longest-running game shows in history. A related randomisation mechanism is the Plinko board, introduced on The Price Is Right in 1983: a chip dropped from the top travels through a triangular peg array and reaches one of several prize slots at the bottom, producing an approximately binomial distribution of outcomes — another physical probability machine that predates digital wheels by decades.
A famous chapter in roulette history involves Charles Deville Wells, who in 1891 "broke the bank at Monte Carlo" eleven times over three days — winning a million francs. Investigators debated whether Wells exploited a biased wheel (one that physically favoured certain pockets due to wear) or whether he was simply on an extraordinary statistical run within the bounds of normal variance. The episode illustrates two enduring lessons: mechanical wheels do develop biases over time, and spectacular winning streaks are entirely consistent with fair randomness given enough players and spins worldwide.
Why digital spinners determine the outcome instantly — and why that's fine
A real roulette wheel converts kinetic energy into an outcome: the ball decelerates through friction, bounces between pockets, and finally rests. Predicting the result requires knowing the initial ball velocity, wheel velocity, and dozens of physical constants — which is why angular momentum and controlled deceleration are central to casino engineering. Professional wheels are designed so that no commercially available ballistic predictor device can gain a statistically significant edge, because any measurable rotational bias would be spotted and corrected within hours.
Digital wheel spinners take a fundamentally different approach. The winning outcome is determined at the moment the spin button is pressed — a single call to crypto.getRandomValues() picks the destination angle before the animation frame even starts. The visual deceleration that follows is a choreographed ease-out curve: physically plausible, satisfying to watch, but causally disconnected from the result. This is not a shortcut — it is strictly superior to simulating physics, because it eliminates any possibility of exploiting animation timing or frame-rate differences to influence the outcome. The result is fair by construction, not by approximation.
The visual spin serves a real psychological purpose: it makes the selection feel participatory and dramatic rather than like a database lookup. Research in decision science shows that perceived procedural fairness — the sense that the process was transparent and unbiased — matters almost as much as the actual fairness of the outcome, especially in group settings. Watching the wheel slow down and settle on a name satisfies that need for transparency in a way that a simple "the winner is…" text result does not.
Classrooms, teams, and the science of random selection
Spinning wheels feel fairer than a coin flip when there are more than two options because they make every possibility visually present and equally prominent before the draw. Research in educational psychology distinguishes between random selection (picking one item from a set, with replacement — every spin is fresh) and random sampling without replacement (picking items sequentially until the set is exhausted, which is what "Remove winner after each spin" implements). Teachers use both: random selection for cold-calling any student at any moment, sampling-without-replacement for ensuring every student gets exactly one turn.
Studies on cold-calling via random selection — including work cited in the Responsive Classroom and Teach Like a Champion frameworks — consistently find that randomised calling increases attentiveness across the whole class, not just in students who typically volunteer. When students cannot predict whether they will be called on, engagement rises measurably. Wheel spinners make this technique transparent and non-threatening: the wheel, not the teacher, made the choice, which reduces the social friction of being singled out.
Weighted random selection has a parallel life in computer science. Load balancers and task schedulers assign work to servers proportionally: a server with twice the CPU capacity is given twice the weight, so it receives approximately twice the traffic under random weighted routing. This is identical in mathematics to a wheel where that server occupies twice the arc. In Agile sprint planning, teams sometimes use a spinner to randomly assign unowned tasks, preventing the same people from always volunteering for the same work and exposing team members to unfamiliar areas of the codebase. Random breakout-room assignment in video calls achieves a similar goal: it breaks up the fixed social clusters that form when people self-select, and research on group formation shows it reduces in-group bias in collaborative work.
Frequently asked questions
Is this wheel spinner really random?
Yes. The winner is drawn with crypto.getRandomValues() — the browser's cryptographically secure random number generator, seeded by operating-system entropy — not the weaker Math.random(). The spin animation is just presentation; the result is determined by that secure draw, so every entry has an exactly equal chance.
Can a spin wheel be rigged?
Some apps are deliberately built to land on a chosen entry, which is why transparency matters. This wheel has no rig mode: each spin is an independent, equal-odds draw from a cryptographically secure source, and the spin history log lets everyone see the sequence of results.
Why does the same name win multiple times?
Each spin is an independent event — past results have zero influence on the next, so streaks are a normal property of true randomness, like flipping heads three times in a row. For raffles where each person should win once, turn on "Remove winner after each spin."
How many names can I put on the wheel?
There's no hard limit — paste as many entries as you like, one per line. Past a few dozen names the labels get small, so for big raffles rely on the winner banner rather than reading the wheel face. Duplicate names are allowed and act as extra tickets, increasing that person's odds.
Is this spin the wheel tool free?
Completely free with every feature included — no ads, no account, no premium tier. It runs entirely in your browser, and your entries are saved locally on your device so the wheel is ready when you come back.
How do I make a custom spinning wheel?
Type or paste your entries — one per line — into the Entries box. The wheel redraws instantly with a color per slice. Pick a spin time (3, 5 or 8 seconds), toggle the ticking sound, then click the wheel or the SPIN button. Your wheel auto-saves in the browser.
How do teachers use a wheel spinner in the classroom?
Project the wheel and add your students' names — spin to call on someone at random, assign topics, form teams or gamify reviews. Turn on "Remove winner after each spin" so every student gets picked exactly once, and use the history log to keep track. No account or install needed.
How do I pick a random winner for a giveaway?
Paste all entrant names into the wheel and spin — the cryptographically random draw is fair, and the visible spin makes it transparent for a live stream. Screen-record the spin as proof, and use "Remove winner" before spinning again for additional prizes. The spin history doubles as your draw record.
Can I save and share my wheel?
Yes. Your entries auto-save to your browser, and "Copy share link" encodes the whole wheel into the URL itself — no account, no cloud. Anyone who opens the link sees your exact wheel, ready to spin.
What is elimination mode?
The reverse of a normal draw: each spin removes the selected entry, and the last name left standing is the winner. It builds suspense for giveaways and is a fun way to decide who goes first — or who's buying coffee.
What is a yes or no wheel?
A wheel with alternating Yes and No slices for quick decisions — one click on the Yes/No preset sets it up. There are also presets for numbers 1–10, what-to-eat, and truth or dare, and you can edit any preset after loading it.
How does the wheel pick the winner?
A secure random number selects the final resting angle before the animation starts; the wheel then decelerates naturally to that angle, and the slice under the pointer is the winner. Spin strength and timing don't influence the outcome — only the random draw does.
Does the wheel work offline?
Once the page is loaded, everything — spinning, sounds, confetti, history — runs locally, so it keeps working without a connection. Handy for classrooms with spotty Wi-Fi.
Wheel of Names vs this wheel — what's the difference?
Wheelofnames.com is excellent but shows ads outside fullscreen mode, and link-sharing goes through its cloud. This wheel is ad-free everywhere, shares wheels through self-contained links with no server involved, and adds an elimination mode and a timestamped spin history for raffle proof — while staying just as simple to use.
Related tools
Visa alla verktygSkrivhastighetstest
Testa din skrivhastighet i WPM med precision i realtid och dela sedan ditt resultat.
Slå ihop PDF
Kombinera flera PDF-filer till en, ändra ordning på sidor och välj sidintervall — allt i din webbläsare.
Dela upp PDF
Dela upp en PDF i separata filer eller extrahera exakta sidor — allt i din webbläsare.
Nedräkning till datum
En nedräkning i realtid till valfritt datum — dagar, timmar, minuter och sekunder, med delbar länk.
CPS-test — klickhastighetstest
Mät dina klick per sekund i lägen från 1 till 100 sekunder — vänsterklick, högerklick eller mellanslag.
Reaction Time Test
Measure your reaction speed in milliseconds — click when the screen turns green.