HEALTH INSURANCE FOR KNEE REPLACEMENT SURGERY
Knee replacement is one of the most common elective surgeries in Australia, with over {{ANNUAL_KNEE_REPLACEMENTS}} procedures performed each year. It's also one of the most searched health insurance topics — because it's a major surgery that requires Gold or Silver hospital cover, has a 12-month waiting period, and costs {{KNEE_PRIVATE_TOTAL_COST}} privately without insurance versus months-long public waiting lists.
Understanding which tier covers knee replacement, the real out-of-pocket costs even with insurance, how to minimise gap payments, and the difference between private and public pathways helps you plan the best route to getting your knee fixed.
WHICH TIER COVERS KNEE REPLACEMENT
Knee replacement falls under the "Joint replacements" clinical category. This is classified as a major hospital service — excluded on lower tiers.
| Tier | Covered? | Notes |
|---|---|---|
| Gold | ✅ Always covered | All joint replacements included |
| Silver Plus | ✅ Most include it | Check PDS — most Silver Plus variants add joint replacements |
| Silver (standard) | ⚠️ Varies | Some standard Silver policies include joints; many exclude them |
| Bronze Plus | ⚠️ Rare | A few Bronze Plus variants add joints — uncommon |
| Bronze | ❌ Excluded | Joint replacements not covered |
| Basic | ❌ Excluded | Joint replacements not covered |
The Silver trap: "Joint replacements" is one of the clinical categories that varies most across Silver-tier policies. Some Silver policies include it; many don't. If you're on Silver and may need a knee replacement, check your PDS explicitly for "Joint replacements" as a covered category. If it's excluded, you need to upgrade to Silver Plus or Gold — and the 12-month waiting period starts from the upgrade date.
Policies covering knee replacement for {{PROFILE_LABEL}}:
Filter: Joint replacements = covered Available: {{KNEE_POLICY_COUNT}} policies Price range: {{KNEE_MIN_POLICY_PRICE}}-{{KNEE_MAX_POLICY_PRICE}}/week
Query: SELECT i.insurer_name, p.policy_name, p.tier, p.premium_weekly_after_rebate, p.excess_options FROM policies p JOIN insurers i ON p.insurer_id = i.id WHERE p.joint_replacements_covered = true AND p.profile_id = {{CURRENT_PROFILE_ID}} ORDER BY p.premium_weekly_after_rebate ASC
WAITING PERIODS
| Scenario | Waiting period | When the clock starts |
|---|---|---|
| New member joining with Gold or Silver Plus | 12 months | From your policy start date |
| Upgrading from Bronze/Basic to Gold/Silver Plus | 12 months for joint replacements | From the upgrade effective date |
| Pre-existing condition (knee symptoms in 6 months before joining) | 12 months | From joining/upgrade date |
| Already covered and switching insurers | No new wait | Portability — served waiting transfers |
The pre-existing condition factor: If you've seen a GP about knee pain, had imaging, or been referred to an orthopaedic surgeon in the 6 months before joining or upgrading, your insurer may classify knee replacement as a pre-existing condition — triggering the 12-month waiting period even if you weren't specifically told you'd need surgery. The insurer's appointed medical practitioner makes this determination.
Planning ahead: If you're experiencing early knee problems (pain, stiffness, reduced mobility), consider upgrading your cover now rather than waiting until surgery is recommended. The 12-month clock starts from when you upgrade — not from when you're told you need surgery.
COSTS — PRIVATE WITH INSURANCE
Even with insurance, knee replacement involves out-of-pocket costs. Here's what to expect:
| Cost component | Covered by insurance? | Your out-of-pocket |
|---|---|---|
| Hospital accommodation ({{KNEE_HOSPITAL_STAY_DAYS}} days) | ✅ At agreed hospitals | $0 |
| Operating theatre fees | ✅ At agreed hospitals | $0 |
| Prosthesis (artificial knee joint) | ✅ If on Prostheses List | $0 (or {{KNEE_PROSTHESIS_GAP}} if above list price) |
| Nursing and inpatient care | ✅ | $0 |
| Inpatient physiotherapy | ✅ Under hospital cover | $0 |
| Your excess | You pay | {{PROFILE_EXCESS_RANGE}} |
| Orthopaedic surgeon fees | ⚠️ Gap likely | {{KNEE_SURGEON_GAP_RANGE}} |
| Anaesthetist fees | ⚠️ Gap likely | {{KNEE_ANAESTHETIST_GAP_RANGE}} |
| Assistant surgeon fees | ⚠️ Gap likely | {{KNEE_ASSISTANT_GAP_RANGE}} |
| Pre-surgery imaging (MRI, X-ray) | ⚠️ Partially Medicare | {{KNEE_IMAGING_OOP}} |
| Post-discharge physiotherapy (20-30 sessions) | Extras cover (if held) | {{KNEE_REHAB_OOP_RANGE}} |
| Total typical out-of-pocket | {{KNEE_INSURED_OOP_RANGE}} |
Developer Notes — Knee Replacement Costs:
- {{KNEE_HOSPITAL_STAY_DAYS}}: Typical stay (e.g., "3-5 days") Source: AIHW procedure data
- {{KNEE_SURGEON_GAP_RANGE}}: From Medical Costs Finder WHERE procedure = 'knee_replacement' AND provider = 'surgeon'
- {{KNEE_ANAESTHETIST_GAP_RANGE}}: Same for anaesthetist
- {{KNEE_ASSISTANT_GAP_RANGE}}: Same for assistant surgeon
- {{KNEE_PROSTHESIS_GAP}}: Gap when prosthesis exceeds Prostheses List benefit (Most knee prostheses are on the list — gap is uncommon but possible for premium devices)
- {{KNEE_IMAGING_OOP}}: Typical out-of-pocket for pre-surgery MRI after Medicare rebate
- {{KNEE_REHAB_OOP_RANGE}}: Outpatient physio gap x estimated sessions (25-30) Depends on extras cover level and annual limit
- {{KNEE_INSURED_OOP_RANGE}}: Sum of all OOP components (range)
COSTS — PRIVATE WITHOUT INSURANCE
Without health insurance, having a knee replacement as a private patient means paying the full cost yourself:
| Component | Estimated cost |
|---|---|
| Hospital accommodation + theatre ({{KNEE_HOSPITAL_STAY_DAYS}} days) | {{KNEE_HOSPITAL_COST_NO_INSURANCE}} |
| Prosthesis (knee joint) | {{KNEE_PROSTHESIS_COST}} |
| Orthopaedic surgeon fee | {{KNEE_SURGEON_TOTAL_FEE}} |
| Anaesthetist fee | {{KNEE_ANAESTHETIST_TOTAL_FEE}} |
| Assistant surgeon fee | {{KNEE_ASSISTANT_TOTAL_FEE}} |
| Pre-surgery imaging | {{KNEE_IMAGING_COST}} |
| Physiotherapy rehabilitation (25-30 sessions) | {{KNEE_REHAB_TOTAL_COST}} |
| Total estimated cost | {{KNEE_PRIVATE_TOTAL_COST}} |
Medicare pays 75% of the MBS schedule fee for surgeon and anaesthetist services even without private insurance. The costs above reflect total provider fees — your actual out-of-pocket would be reduced by Medicare rebates for some components.
Developer Notes — Uninsured Costs: All from procedure_costs table:
- {{KNEE_HOSPITAL_COST_NO_INSURANCE}}: Hospital accommodation + theatre without insurance
- {{KNEE_PROSTHESIS_COST}}: Retail cost of knee prosthesis
- {{KNEE_SURGEON_TOTAL_FEE}}: Total surgeon fee (not just gap)
- {{KNEE_ANAESTHETIST_TOTAL_FEE}}: Total anaesthetist fee
- {{KNEE_ASSISTANT_TOTAL_FEE}}: Total assistant surgeon fee
- {{KNEE_IMAGING_COST}}: Pre-op imaging costs before Medicare rebate
- {{KNEE_REHAB_TOTAL_COST}}: Full physio rehab cost without extras
- {{KNEE_PRIVATE_TOTAL_COST}}: Sum of all components Source: Medical Costs Finder, hospital fee schedules, AOANJRR
PUBLIC vs PRIVATE PATHWAY
| Factor | Public (free) | Private (with insurance) |
|---|---|---|
| Cost to you | $0 | {{KNEE_INSURED_OOP_RANGE}} (excess + gaps) |
| Waiting time for surgery | {{KNEE_PUBLIC_WAIT_RANGE}} | {{KNEE_PRIVATE_WAIT_RANGE}} (once referred) |
| Choose your surgeon | No — allocated by hospital | Yes — you choose your orthopaedic surgeon |
| Hospital | Public hospital | Private hospital (your choice of agreed facility) |
| Room | Shared ward | Private or semi-private room |
| Prosthesis choice | Hospital's standard prosthesis | May discuss options with your surgeon |
| Physiotherapy (in-hospital) | Included | Included |
| Physiotherapy (post-discharge) | Limited public outpatient | Extras cover (if held) or private |
| Clinical outcomes | Excellent — same clinical standards | Excellent — same clinical standards |
Developer Notes — Public Wait Times:
- {{KNEE_PUBLIC_WAIT_RANGE}}: Median and 90th percentile wait times Source: AIHW Australian Hospital Statistics — elective surgery waiting times Update: Annually
- {{KNEE_PRIVATE_WAIT_RANGE}}: Typical private wait once surgeon referral made Source: Estimate based on surgeon availability (e.g., "2-8 weeks")
The honest assessment: Public knee replacement surgery in Australia delivers excellent clinical outcomes — the same prostheses, surgical techniques, and post-operative protocols are used in both systems. The primary reasons to go private are shorter waiting time (months vs potentially years on a public list), choice of surgeon, and private room comfort. If you can manage the pain and mobility during the public wait, the clinical outcome is comparable.
REDUCING YOUR OUT-OF-POCKET COSTS
Choose a gap-participating surgeon Ask your insurer for orthopaedic surgeons who participate in their gap cover scheme. A no-gap surgeon charges the MBS schedule fee — Medicare + insurance covers 100% of the surgeon's fee. An out-of-scheme surgeon may charge {{KNEE_SURGEON_GAP_RANGE}} above the schedule fee, entirely your cost.
Get written fee estimates from all providers Before scheduling surgery, request a full fee estimate from your surgeon, anaesthetist, and any assistant surgeon. Each provider should give you their total fee, the MBS rebate, the insurer benefit, and your expected gap — in writing. Compare across providers if the gaps are high.
Confirm hospital agreement Verify that your chosen hospital has an agreement with your insurer. At agreed hospitals, accommodation and theatre costs are fully covered. At non-agreed hospitals, you face additional gap payments of {{NON_AGREED_GAP_RANGE}}.
Check prosthesis coverage Most standard knee prostheses are on the government's Prostheses List and fully covered by your insurer. If your surgeon recommends a premium or newer prosthesis not on the list (or priced above the list benefit), you may face a prosthesis gap of {{KNEE_PROSTHESIS_GAP}}. Ask your surgeon whether the proposed prosthesis is fully covered before surgery.
Lower your excess before surgery If you've been on $750 excess to save on premiums, consider dropping to $250 before your surgery date. The premium increase is approximately {{EXCESS_750_TO_250_DIFF}}/week — over the 2-3 months before surgery, the extra premium cost ({{EXCESS_CHANGE_COST_PRE_SURGERY}}) is less than the $500 excess saving. Check your insurer's minimum holding period for excess changes.
THE PROCEDURE — WHAT'S INVOLVED
Types of knee replacement:
| Type | What it involves | When it's used |
|---|---|---|
| Total knee replacement (TKR) | Entire knee joint surfaces replaced with prosthesis | Severe arthritis affecting all compartments |
| Partial (unicompartmental) replacement | Only the damaged compartment replaced | Arthritis limited to one side of the knee |
| Revision knee replacement | Previously implanted prosthesis replaced or repaired | Loosening, wear, infection, or failure of original replacement |
Hospital stay: Typically {{KNEE_HOSPITAL_STAY_DAYS}} days for a total knee replacement. You'll begin physiotherapy in hospital — standing and walking with assistance within 24-48 hours of surgery.
Recovery timeline:
| Milestone | Timeline |
|---|---|
| Hospital discharge | {{KNEE_HOSPITAL_STAY_DAYS}} days post-surgery |
| Walking with crutches/frame | 1-2 weeks |
| Driving (automatic car) | 4-6 weeks |
| Return to desk work | 6-8 weeks |
| Return to light physical work | 3-4 months |
| Full recovery / maximum improvement | 6-12 months |
| Physiotherapy (outpatient) | 2-3 sessions/week for 6-12 weeks, then reducing |
Rehabilitation: Post-discharge physiotherapy is critical for a successful knee replacement outcome. Expect 20-30 outpatient sessions over 3-6 months, covered by extras insurance (if held) with annual limits of {{PROFILE_PHYSIO_LIMIT}}/year.
PLANNING YOUR KNEE REPLACEMENT
Timeline for planning with insurance:
| Step | When | Action |
|---|---|---|
| 1 | 12+ months before surgery | Ensure you have Gold or Silver Plus cover with joint replacements included. If upgrading, the 12-month wait starts now. |
| 2 | 6-12 months before | Consult your GP for referral to an orthopaedic surgeon |
| 3 | 3-6 months before | Orthopaedic consultation, imaging (X-ray, MRI), surgical recommendation |
| 4 | 2-3 months before | Get written fee estimates from surgeon, anaesthetist. Check insurer pre-approval. Confirm hospital agreement. |
| 5 | 1 month before | Consider lowering excess if on $750. Pre-admission appointments. |
| 6 | Surgery date | Admission, surgery, begin in-hospital physio |
| 7 | Post-discharge | Outpatient physio (extras cover), follow-up appointments |
Pre-approval: Some insurers require pre-approval for elective joint replacement surgery. Contact your insurer before scheduling to confirm coverage, check hospital agreement status, and get a pre-approval reference number.
Frequently asked questions
Does health insurance cover knee replacement?
Yes — on Gold and most Silver Plus policies. Knee replacement falls under the "Joint replacements" clinical category. Standard Silver may or may not include it (check your PDS). Bronze and Basic exclude it. The waiting period is 12 months from joining or upgrading.
How much does knee replacement cost with insurance?
Expect {{KNEE_INSURED_OOP_RANGE}} out of pocket, comprising your excess ({{PROFILE_EXCESS_RANGE}}), surgeon gap ({{KNEE_SURGEON_GAP_RANGE}}), anaesthetist gap ({{KNEE_ANAESTHETIST_GAP_RANGE}}), and post-discharge physiotherapy costs. Using a gap-participating surgeon can significantly reduce these costs.
How much does knee replacement cost without insurance?
Approximately {{KNEE_PRIVATE_TOTAL_COST}} as a private patient without insurance, covering hospital, prosthesis, surgeon, anaesthetist, and rehabilitation. The public system offers free knee replacement, but waiting times are {{KNEE_PUBLIC_WAIT_RANGE}}.
How long is the waiting period for knee replacement cover?
12 months from the date you join a policy covering joint replacements, or from the date you upgrade to a tier that includes it. If you've already seen a doctor about knee problems, the pre-existing condition rule also applies — 12 months from joining/upgrading.
Does Silver cover knee replacement?
Standard Silver may or may not — "Joint replacements" varies across Silver policies. Silver Plus is more likely to include it. Gold always includes it. Check your specific PDS for "Joint replacements" as a covered clinical category. If it's listed as excluded, you need Gold or a Silver Plus variant that includes joints.
How long is the public waiting list for knee replacement?
Public waiting times for knee replacement are {{KNEE_PUBLIC_WAIT_RANGE}}, depending on your state, hospital, and clinical urgency. Urgent cases are prioritised; non-urgent elective replacements may wait longer. Private surgery typically happens within {{KNEE_PRIVATE_WAIT_RANGE}} of your surgeon's recommendation.
How do I reduce my out-of-pocket costs for knee replacement?
Choose a surgeon who participates in your insurer's gap cover scheme (no-gap or known-gap). Get written fee estimates from all providers before committing. Confirm your hospital has an agreement with your insurer. Lower your excess from $750 to $250 before surgery. Check that the proposed prosthesis is on the Prostheses List.
Is the prosthesis (artificial knee) covered?
Yes — most standard knee prostheses are on the government's Prostheses List and fully covered by your insurer at agreed hospitals. If your surgeon recommends a premium device above the list price, you may face a prosthesis gap. Ask your surgeon whether the proposed prosthesis is fully covered before surgery.
Does my insurance cover the physiotherapy rehabilitation?
In-hospital physio is covered by your hospital insurance. Post-discharge outpatient physio (20-30 sessions over 3-6 months) is covered by extras insurance with per-session rebates of {{MIN_PHYSIO_REBATE_PER_SESSION}}-{{MAX_PHYSIO_REBATE_PER_SESSION}} and annual limits of {{MIN_PHYSIO_LIMIT}}-{{MAX_PHYSIO_LIMIT}}. Without extras, you pay the full physio cost ({{KNEE_REHAB_TOTAL_COST}}).
Should I go public or private for knee replacement?
Clinical outcomes are comparable — both use the same surgical techniques and prostheses. Private advantages: shorter wait ({{KNEE_PRIVATE_WAIT_RANGE}} vs {{KNEE_PUBLIC_WAIT_RANGE}}), choice of surgeon, private room. Public advantages: free, no out-of-pocket costs. If you can manage the wait, public is clinically equivalent. If the pain is significantly affecting your life and you want faster access, private with insurance is the quickest path.