GenerateRandomSearch

Household Chore Picker

Randomly pick a household chore to tackle next — a small nudge to get started on cleaning or tidying.

What this generator does

Draws a household chore. Its real use is settling who does what without an argument, which works because the draw is visibly impartial in a way that any person allocating tasks is not.

What you'll get

This generator draws from a hand-checked list of 14 entries. Here is a spread of 6 of them, so you can see the style before you generate:

  • Vacuum the living room
  • Take out the recycling
  • Do a load of laundry
  • Tidy up the entryway
  • Sweep the kitchen floor
  • Change the bed sheets

A fixed sample of the list, not a live draw — your own results are picked at random from all 14, without repeating until the list runs out. Original HEKNO-curated general household-chore list. Last reviewed 2026-08-03.

How to use this tool

  1. Press pick for a random chore.
  2. Pick again any time for a new one.

Common use cases

  • Deciding what to tackle during a cleaning session
  • Fairly assigning the next household task
  • Breaking procrastination with a small, defined task

Randomness and fairness

Chores are drawn uniformly with the browser's cryptographic random number generator, with no memory between draws — so one person can be drawn for the same chore twice running. If you want a fair rotation rather than independent draws, a rotation generator distributes tasks so nobody repeats until everyone has had a turn.

For how randomness is produced across the whole site, see how Generate Random works.

Practical tips

  • Agree the list before drawing. Adding a chore after seeing the result is how the impartiality gets lost.
  • For a household, draw once a week rather than once a day; a weekly allocation is easier to hold people to.