Relocate for Work Support
This is a rule-based guide to the Ministry of Social Development's one-off Relocate for Work Support — a lump-sum grant that helps unemployed jobseekers cover the cost of moving to a town or region where they have a confirmed job offer. It covers the single eligibility gate used by the Benefit Check rule engine (employment_status = not_working), the additional offer-letter and distance criteria applied by MSD case managers, the typical $3,000 to $5,000 approved range, and how this grant stacks with the Transition to Work grant for post-move setup costs.
Don't want to read the full rule? Get a personalised report on every New Zealand government benefit you may qualify for in under 3 minutes.
Quick Answer
You may qualify if employment_status = not_working at the time of application and you have a confirmed job offer in another town or region of New Zealand. Officially MSD also expects you to hold NZ citizenship, permanent residence or a qualifying visa, and to show that the destination workplace is too far for a daily commute. The Java rule engine simplifies this to one boolean gate — being currently unemployed — but the case manager will still require the offer letter and a relocation justification.
You are blocked if employment_status ≠ not_working — meaning you are already employed, self-employed full-time, or have started the new job before lodging the application. You are also typically blocked if you have no signed offer letter, if the destination is within reasonable commuting distance of your current address, or if you are moving for non-work reasons (use the Moving Costs Grant instead).
Rate summary: Relocate for Work Support is a one-off lump-sum grant, not a weekly benefit. Approved amounts typically sit in the $3,000 to $5,000 range and reimburse actual quoted costs (removalist invoice, short-term accommodation receipts, freight, petrol). Eligibility-only — the administering agency sets each grant on a case-by-case basis against your supplier quotes and family size. There is no income abatement formula attached to this grant.
What Is This Payment?
Relocate for Work Support is a one-off, recoverable assistance grant administered by Work and Income, the service-delivery arm of the Ministry of Social Development (MSD). It is designed to remove the financial barrier that stops unemployed New Zealanders from accepting a confirmed job offer in another town or region. Typical approved expenses include hiring a removalist, freight on a household container, one-way airfares for the worker and dependants, petrol for a self-drive move, and up to a few weeks of short-term accommodation while permanent housing is arranged at the destination.
Applications are lodged through the MyMSD online portal, by phoning 0800 559 009, or in person at a Work and Income service centre. Because the grant is paid against quotes and actual receipts, applicants normally meet a case manager either by phone or in person to walk through the budget. MSD may pay some suppliers directly (for example a removalist) rather than reimburse the claimant. The grant is technically recoverable, meaning MSD can ask for repayment if the new job is not taken up or ends within a short period; in practice this is rarely enforced for genuine relocations.
Relocate for Work Support sits next to several adjacent payments. The Transition to Work grant and the New Employment Transition grant cover post-move setup costs — work clothing, first-week food, tools, childcare bond — and are commonly approved together with relocation. The Moving Costs Grant (or Moving Assistance) helps with relocations for housing reasons rather than employment and uses a different rule. The Flexi-wage job seeker subsidy supports the employer rather than the worker once the job starts. Choosing the correct grant matters: applying for Moving Costs Grant when the move is work-driven, or vice versa, delays the decision while MSD reroutes the file.
How Much Can You Get?
Relocate for Work Support is an eligibility-only grant in the Benefit Check rule engine — the rule returns a boolean pass and the actual cash amount is set by MSD on a case-by-case basis. There is no statutory weekly or annual rate. In practice, approved grants typically fall in the $3,000 to $5,000 range for an individual or small family; larger households with cross-island moves and dependants can push higher. Single people moving with a backpack and a few boxes are sometimes approved for under $1,500.
The amount is built bottom-up from quotes you supply: a removalist quote (or self-drive petrol estimate), a short-term accommodation quote covering the first one-to-three weeks at the destination, and any one-way airfares for the worker and any dependants. MSD reimburses approved costs against invoices — they do not pay the headline figure as cash up-front.
Worked example: Talofa is 27, NZ-born, currently unemployed in South Auckland, and has accepted a confirmed offer as a packhouse supervisor in Hawke's Bay starting in four weeks. Her gates: employment_status = not_working passes. She supplies a removalist quote of $2,400 (Auckland to Hastings), a $900 short-term motel booking covering the first nine nights, and one $185 one-way bus ticket for herself. Total approved: $3,485, paid partly direct to the removalist and partly as a reimbursement once the motel receipts are submitted. Because there is no weekly rate, the calculation stops here — no abatement applies and the lump sum is paid in full.
Eligibility Conditions
The Benefit Check rule engine evaluates these conditions in order. The Java engine enforces only one hard gate; the remaining gates are applied by MSD case managers at the official process layer but are not coded as boolean conditions in the rule registry.
employment_status = not_working— this is the only gate enforced by the Benefit Check Java rule (RuleExpressionRegistry.javaline 219). You must be currently unemployed at the time of application. Starting the new job before you lodge the grant application invalidates the claim.confirmed_job_offer = true— the official MSD process requires a signed employment agreement or written offer letter from the destination employer. The Java rule does not encode this gate, but no case manager will approve a grant without sighting the offer.relocation_distance_unreasonable_to_commute = true— the destination must be too far for a daily commute. There is no published kilometre threshold; case managers apply judgement. Auckland-to-Wellington, Wellington-to-Invercargill, Christchurch-to-Hamilton routinely qualify; same-city moves typically do not.residency in {citizen, pr, qualifying_visa}— officially MSD requires NZ residency. The Java gate does not enforce residency, but the official application form does.move_is_for_employment = true— moves driven by housing crisis, family reasons or escaping tenancy issues route to the Moving Costs Grant or Transition to Alternative Housing instead.
Note: because the Java rule simplifies to one gate, the Benefit Check app will return Relocate for Work Support as a candidate for any unemployed applicant. The final approval still depends on the offer-letter and distance criteria reviewed by MSD. Treat the Benefit Check result as "you might qualify — go apply with your offer letter", not as a guaranteed approval.
How To Apply
Apply through the MyMSD online portal. You can also call Work and Income on 0800 559 009 or visit a service centre in person. Because the grant is built from quotes, expect a phone or in-person appointment with a case manager to confirm the budget before approval.
Gather the following before you start:
- NZ identity document: passport, driver licence, birth certificate, or RealMe verified identity.
- IRD number and a New Zealand bank account number for any reimbursement payments.
- Proof of residency status if you are not a New Zealand citizen (visa documentation, immigration letter).
- Signed offer letter or employment agreement from the destination employer, showing start date, role, hours and address of the workplace.
- Removalist quote, freight quote, or a self-drive petrol estimate covering the route from your current address to the new town.
- Short-term accommodation quote (motel, holiday park, serviced apartment) covering at least the first one-to-three weeks at the destination, plus airline or bus tickets if applicable.
MSD typically makes a decision within 5 to 10 working days once all quotes and the offer letter are uploaded. Once approved, payment is split: removalists are often paid direct, while accommodation and transport are reimbursed after you submit receipts. There is no ongoing reporting obligation after the grant is closed off; you simply submit any outstanding receipts within the deadline MSD sets (commonly 4 to 6 weeks after the move).
Rule-Based Scenarios
These three scenarios use the exact decision logic from the Benefit Check rule engine. Each mirrors a real eligibility path.
Scenario 1 — Approved cross-island relocation
Hinemoa is 29, NZ-born, and has been unemployed in Auckland for 5 months. She accepts a confirmed full-time offer as a dairy farm assistant in Greymouth on a $58,000 salary, starting in 3 weeks. Her gates: employment_status = not_working passes; she holds a signed employment agreement; the 950 km cross-island move is clearly outside commuting distance; she is an NZ citizen. She supplies a removalist quote of $2,800, a 7-night $980 motel booking in Greymouth, and a $220 one-way ferry crossing. Total approved: $4,000, paid as direct settlement to the removalist plus reimbursement of the motel and ferry receipts. The grant closes off within 6 weeks of the move.
Scenario 2 — Approved alternate pass path (rural health role)
Riddhi is 34, a permanent resident currently jobseeking in Wellington. She accepts an RN offer at Southland Hospital in Invercargill on a $79,500 salary. Her gates: employment_status = not_working passes; signed offer letter sighted; the 1,150 km move is well outside commuting distance; PR status confirmed. She and her 2 dependants supply a $3,400 removalist quote, three $260 one-way flights ($780 total), and a 14-night $1,540 serviced-apartment booking while she house-hunts. Total approved: $5,720, slightly above the typical range because of the family size. The Transition to Work grant adds another $1,400 for first-week food, work uniform and childcare bond.
Scenario 3 — Blocked (already working)
Kazimierz is 42, a permanent resident, and has been working full-time in Hamilton for 8 months. He receives a verbal offer for a similar role in Tauranga and applies for Relocate for Work Support to cover the removalist. His employment_status = employed, not not_working — the single Java gate fails and the rule immediately returns $0. MSD declines the application: the grant is designed to remove the barrier that stops unemployed people from accepting offers, not to subsidise voluntary job changes by already-employed workers. Kazimierz would need to negotiate a relocation package with the new employer or use a workplace-funded scheme instead.
Common Mistakes
- Misreading the single Java gate as "no offer needed": The Benefit Check Java rule only checks
employment_status = not_working, which gives the misleading impression that anyone unemployed qualifies. In practice MSD will not approve the grant without a signed offer letter from the destination employer. Lodging without the offer letter wastes 5 to 10 working days while the application is declined and re-routed. - Confusing Relocate for Work Support with the Moving Costs Grant: The Moving Costs Grant (sometimes called Moving Assistance) helps with relocations for housing reasons — escaping unsafe accommodation, social-housing transfer, downsizing — and uses a different rule. Relocate for Work Support specifically requires a confirmed job at the destination. Applying for the wrong one delays approval and may require a second application.
- Starting the new job before applying: The gate
employment_status = not_workingis evaluated at the moment you lodge the application. If you start the role on Monday and lodge on Tuesday, MSD sees you asemployedand the rule returns $0. Apply during the gap between accepting the offer and starting work — never after the first day. - Assuming residency is auto-waived because the Java rule has only one gate: The Benefit Check engine does not encode a residency check on line 219, but the MSD application form does — you still need NZ citizenship, permanent residence or a qualifying visa to be approved. A visitor visa or expired student visa will be declined regardless of the Java result.
- Forgetting the grant can stack with Transition to Work: Some applicants assume Relocate for Work Support covers everything including first-week food and work clothing. It does not — those costs sit under the Transition to Work grant or New Employment Transition grant. Ask the case manager to assess both grants in the same conversation to avoid a second application and a second 5-to-10 working-day delay.
- Treating same-city moves as eligible: A move from central Auckland to the North Shore, or Hamilton CBD to a Hamilton suburb, is normally declined because daily commuting is feasible. The relocation-distance criterion is judgement-based but consistently applied: case managers look for a different city or region. Cross-island and inter-regional moves (Auckland to Greymouth, Wellington to Invercargill, Christchurch to Hamilton) are the safest profile.
Related Benefits
- Transition to Work Grant — stacks directly with Relocate for Work Support to cover post-move setup costs (work clothing, tools, first-week food, childcare bond). MSD case managers commonly approve both grants in the same conversation.
- New Employment Transition Grant — an alternative or complement covering one-off cost-shocks in the first weeks of a new job; commonly confused with Relocate for Work Support but is not relocation-specific.
- Moving Costs Grant — the alternative for moves driven by housing reasons rather than a job offer; mutually exclusive with Relocate for Work Support for a given move.
- Flexi-wage Job Seeker — wage subsidy paid to the destination employer rather than the worker; if your employer applies for Flexi-wage, you can still claim Relocate for Work Support for the move itself.
- Jobseeker Support — common precursor: many Relocate for Work Support applicants were on Jobseeker until the offer letter arrived. Jobseeker ends as soon as the new job starts; the relocation grant covers the gap.
- Accommodation Supplement — once you arrive and rent at the destination, you may qualify for ongoing weekly Accommodation Supplement based on local area entry thresholds. This is a separate, weekly payment, not part of the one-off relocation grant.
Frequently Asked Questions
How much does Relocate for Work Support pay in 2026?
Relocate for Work Support is a one-off lump sum that reimburses approved relocation costs. Typical approved amounts sit in the $3,000 to $5,000 range and cover removalist quotes, short-term accommodation while you settle in, and incidental moving costs. MSD pays against actual invoices and quotes rather than a flat published rate, so the exact amount depends on the distance, dependants and your supplier quotes.
Do I need a confirmed job offer before I apply?
Yes — under the official MSD process you must have a confirmed offer of paid employment at the destination, usually evidenced by an offer letter or signed employment agreement. The Benefit Check Java gate simplifies this to employment_status = not_working at the time of application, because by the time you are reimbursed the new job has not yet started; but in practice MSD will not approve a grant without sighting the offer.
Can I claim Relocate for Work Support alongside the Transition to Work grant?
Yes. Relocate for Work Support covers the move itself (removalist, freight, short-term lodging while you settle), while the Transition to Work grant covers post-move setup costs such as work clothing, tools, first-week food or a bond contribution. The two grants are designed to stack, and MSD case managers commonly approve both for the same employment transition.
Is Relocate for Work Support different from the Moving Costs Grant?
Yes. The Moving Costs Grant (also called Moving Assistance) helps people move for housing reasons — escaping unsafe accommodation, downsizing, or transferring social housing — regardless of employment. Relocate for Work Support specifically requires a confirmed job at the destination. Applying for the wrong one delays the decision by 5 to 10 working days.
Does the rule require me to be on a main benefit?
No. Unlike the Flexi-wage subsidy or Business Training and Advice grant, Relocate for Work Support does not require you to already be receiving Jobseeker Support or Sole Parent Support. The Java rule has a single gate: employment_status = not_working. You can therefore be unemployed without yet being on a main benefit and still qualify, provided the official offer-letter and distance criteria are met.
How far do I need to move for it to count as a relocation?
MSD does not publish a fixed kilometre threshold, but in practice the distance must make daily commuting unreasonable — typically a different city or region. A move from central Auckland to the North Shore would normally not qualify, while Auckland to Greymouth, Wellington to Invercargill, or Christchurch to Hamilton would. Cross-island moves are routinely approved; same-suburb moves are routinely declined.
Find every New Zealand government benefit you're entitled to
Benefit Check uses the same rule engine behind this page to scan all 47 NZ benefits in seconds. Answer a short questionnaire and get your full eligibility list with calculated weekly amounts.