# Employee Onboarding Checklist

> Most early leavers decide in the first week, and usually about something small that nobody owned. Onboarding is not paperwork. It is the handful of things that determine whether someone comes back on day two.

Author: Kariaa Research
Published: 2026-08-21
Category: Managing
Reading time: 9 min read
Canonical URL: https://www.kariaa.com/reports/employee-onboarding-checklist

---

import { Timeline, RankedList, CompareColumns, Takeaways, FAQ } from "@/lib/report-charts";

A new hire arrives at seven. Nobody is expecting them. The person who interviewed them is
off that day. They stand near the entrance for twenty minutes, get handed a badge and
pointed at a supervisor who did not know they were starting, and spend the shift shadowing
whoever happens to be free.

They will probably finish the day. A meaningful share of them will not come back for the
second one, and it will be recorded as a no-show.

**Onboarding is usually filed as paperwork and behaves as retention.** In hourly work the
first week decides more about whether someone stays than anything that happens in the
following year.

## Before day one, which is where it is won

The interval between an accepted offer and a first shift is the part of the process
nobody owns. The hiring burst has ended, the person who ran it has gone back to their real
job, and days of silence accumulate that nobody scheduled.

That silence is where accepted offers quietly stop being accepted. The fix is small and
almost nobody does it.

<Timeline
  events={[
    {
      year: "Offer accepted",
      label: "Name the owner",
      note: "One person is responsible for this hire until they finish week one. Not a team, not a shift, a person with a name the new hire knows.",
      highlight: true,
    },
    {
      year: "Same day",
      label: "Send the three facts in writing",
      note: "Where to be, what time, what to bring. Sent to the channel they actually answer rather than an email address a form demanded. This one message prevents a large share of first-day no-shows.",
      highlight: true,
    },
    {
      year: "Before the start date",
      label: "Start the slow checks",
      note: "Licenses, certifications, background screening, immunization records. These belong to third parties and do not compress under urgency.",
    },
    {
      year: "Day before",
      label: "Confirm",
      note: "A short message that expects a reply. A candidate who has taken another job usually says so when asked directly, which converts a no-show into a vacancy you already know about.",
      highlight: true,
    },
    {
      year: "Day one",
      label: "Someone is expecting them, by name",
      note: "The single highest-risk day. Being expected is most of it.",
      highlight: true,
    },
  ]}
  caption="The pre-start window, which is where accepted offers are lost"
/>

## Day one: the short list that matters

Most day-one checklists are long, and most of the length is administrative tasks that
could happen in week two. The things that decide whether someone returns are few.

<RankedList
  items={[
    {
      label: "Somebody is expecting them and says their name",
      value: "Decisive",
      note: "Trivial to arrange, and its absence is the most commonly cited reason people describe a bad first day. Everything else on this list is easier once this has happened.",
    },
    {
      label: "They know where the toilets, break room and exits are",
      value: "First 10 min",
      note: "Small, human, and repeatedly reported as the thing that makes a new place tolerable. Not knowing where to eat lunch is a genuinely miserable first day.",
    },
    {
      label: "One named person to ask questions of",
      value: "Decisive",
      note: "A new hire who has to work out who to interrupt will stop asking, and someone who has stopped asking is making mistakes silently.",
    },
    {
      label: "The actual work, in a small piece, with a check",
      value: "Day one",
      note: "Shadowing all day teaches less than doing one part of the job and having it looked at. Competence is what makes the second day feel possible.",
    },
    {
      label: "Confirmation of pay, schedule and who to tell if sick",
      value: "Day one",
      note: "The three questions every hourly worker has and many are uncomfortable asking. Answering them unprompted removes a week of quiet anxiety.",
    },
    {
      label: "Paperwork",
      value: "Can wait",
      note: "Necessary, and it does not need to occupy the morning. Where it is legally required before work begins, do it first and briskly, then get to the job.",
    },
  ]}
  caption="Day one, ordered by effect on whether they come back"
/>

## The first ninety days, briefly

Attrition in hourly work is heavily front-loaded, which means the useful interventions are
early and cheap rather than late and expensive.

**A check-in inside the first two weeks catches the fixable problems while they are still
small.** The schedule is not what they understood, the commute is worse than it looked,
the equipment does not fit, they have not been paid the right amount. Each of those has a
solution on day ten and no solution on day forty, because by then the person has already
decided.

The question that works is specific: what has been different from what you expected. It
gets answers where how are you getting on does not, because it gives permission for the
answer to be something.

<CompareColumns
  left={{
    title: "Onboarding as paperwork",
    items: [
      { label: "Forms occupy the first morning" },
      { label: "Assigned to a shift, not a person" },
      { label: "Shadowing until something comes up" },
      { label: "Handbook covers the questions" },
      { label: "First real conversation at 90 days" },
    ],
  }}
  right={{
    title: "Onboarding as retention",
    items: [
      { label: "Expected by name at the door" },
      { label: "One named person to ask" },
      { label: "Real work, small, checked the same day" },
      { label: "Pay, schedule and sick process said out loud" },
      { label: "A specific check-in inside two weeks" },
    ],
  }}
  caption="The right column costs almost nothing and moves ninety-day retention"
/>

## Why this is a hiring problem

The early exits cluster around a small number of causes, and every one of them is a
promise made during hiring and broken during week two: the schedule turned out to be
different, the work was wider than described, the pay after travel was not the pay
discussed, nobody answered when the first difficult thing happened.

**That means onboarding cannot fix a hiring process that described the job inaccurately.**
It can only fail to make things worse. The description has to be right first, which is the
argument in [How to Hire Hourly Employees](/reports/how-to-hire-hourly-employees).

Where an employer is hiring continuously, the pre-start contact is the part that slips,
because it lands on someone whose main job is something else. Kariaa keeps the candidate
in the same thread throughout: candidates reply in WhatsApp or Telegram, in the language
they wrote in, and moving someone forward is one of four next steps, being a video
interview, a set of questions, a booking, or a message.

<Takeaways
  items={[
    "Onboarding is filed as paperwork and behaves as retention. In hourly work the first week decides more than the following year.",
    "The interval between accepted offer and first shift is owned by nobody, and that silence is where accepted offers quietly lapse.",
    "Send where to be, what time and what to bring in writing, to the channel they actually answer, and confirm the day before.",
    "On day one, being expected by name matters more than any form. Assign one named person to answer questions.",
    "Give real work in a small piece and check it the same day. Competence is what makes the second day feel possible.",
    "Check in inside two weeks and ask what has been different from what they expected. Fixable problems have solutions on day ten and none on day forty.",
  ]}
/>

<FAQ
  items={[
    {
      question: "What should be on an employee onboarding checklist?",
      answer: "Before the start date: one named owner, the three facts in writing (where to be, what time, what to bring), any slow third-party checks started, and a confirmation message the day before. On day one: somebody expecting them by name, a tour that covers toilets, break room and exits, one named person to ask questions of, a small piece of real work checked the same day, and pay, schedule and the sick-call process said out loud. Paperwork can follow.",
    },
    {
      question: "Why do new hires quit in the first week?",
      answer: "Usually because of something small that nobody owned. Nobody was expecting them, there was no one obvious to ask, the schedule turned out different from what was described, or the pay after unpaid travel was not what was discussed. Each of those is a promise made during hiring and broken during week two, which is why the fix begins with describing the job accurately rather than with onboarding.",
    },
    {
      question: "How long should onboarding take for an hourly employee?",
      answer: "The decisive part is the first day and the first two weeks. Attrition in hourly work is heavily front-loaded, so a check-in inside fourteen days catches fixable problems while they are still fixable. Extended onboarding programs aimed at month three are aimed at people who have already decided to stay.",
    },
    {
      question: "What should I ask a new hire at their first check-in?",
      answer: "Ask what has been different from what they expected. It is specific enough to give permission for the answer to be something, where how are you getting on invites fine. The answers are usually concrete and cheap to fix at that stage: the shift pattern, the commute, equipment that does not fit, or a pay discrepancy.",
    },
    {
      question: "How do I stop new hires not turning up on their first day?",
      answer: "Send the three facts in writing to the channel they actually read, which for most hourly workers is messaging rather than email, and send a short confirmation the day before that expects a reply. Someone who has taken another job will usually say so when asked directly, which turns a silent no-show into a vacancy you know about in advance.",
    },
  ]}
/>

---

*Written by the team at **Kariaa**. Learn more at [www.kariaa.com](https://www.kariaa.com).*
