Physiotherapy After Knee Replacement in India — Your Complete Rehabilitation Plan

The surgery gives you a new knee. Physiotherapy is what makes it work. This guide covers every stage of rehabilitation — from Day 1 exercises in hospital to the written programme you hand to your home physiotherapist — with specific guidance for international patients managing two different healthcare environments.

By Gaf Healthcare Editorial Team

2026-05-08

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Physiotherapy After Knee Replacement in India 2026 — Your Complete Rehabilitation Plan | GAF Healthcare</title> <meta name="description" content="A complete, stage-by-stage physiotherapy guide for international patients after knee replacement in India — exercises by week, flexion targets, what physiotherapy in India covers vs what you arrange at home, and how to continue rehabilitation after flying back."> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400;1,9..40,500&family=DM+Serif+Display:ital@0;1&display=swap" rel="stylesheet">

<style> :root { --bg: #F5F2EB; --white: #ffffff; --dark-green: #04342C; --mid-green: #0F6E56; --light-green: #1D9E75; --green-tint: #E1F5EE; --green-border: #5DCAA5; --text-primary: #111827; --text-body: #1a1a1a; --text-muted: #6b7280; --border: #e5e7eb; --warn-bg: #FFF8F5; --warn-border: #F0997B; --amber-bg: #FAEEDA; --amber-border: #EF9F27; }

, ::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body { background: var(--bg); font-family: 'DM Sans', sans-serif; color: var(--text-body); line-height: 1.8; -webkit-font-smoothing: antialiased; }

.page { max-width: 740px; margin: 0 auto; padding: 52px 28px 96px; }

.trust-bar { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 13px 18px; margin-bottom: 36px; font-size: 14px; color: var(--text-muted); } .trust-bar strong { color: var(--text-primary); } .t-div { width: 1px; height: 16px; background: var(--border); flex-shrink: 0; }

.article-label { font-size: 12px; font-weight: 700; color: var(--mid-green); text-transform: uppercase; letter-spacing: 0.9px; display: block; margin-bottom: 14px; }

h1 { font-family: 'DM Serif Display', serif; font-size: 36px; line-height: 1.2; color: var(--dark-green); margin-bottom: 20px; letter-spacing: -0.3px; }

.deck { font-size: 18px; line-height: 1.7; color: #374151; border-left: 4px solid var(--light-green); padding-left: 18px; margin-bottom: 30px; }

/ QUICK ANSWER / .qa-box { border: 2px solid var(--dark-green); border-radius: 14px; padding: 24px 26px; margin-bottom: 36px; background: var(--white); } .qa-head { font-size: 16px; font-weight: 700; color: var(--dark-green); margin-bottom: 18px; display: flex; align-items: center; gap: 8px; } .qa-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px,1fr)); gap: 10px; margin-bottom: 16px; } .qa-card { border-radius: 10px; padding: 13px 14px; } .qa-card.g { background: #E8F8F2; border: 1px solid var(--green-border); } .qa-card.a { background: var(--amber-bg); border: 1px solid var(--amber-border); } .qa-clabel { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; } .qa-card.g .qa-clabel { color: var(--mid-green); } .qa-card.a .qa-clabel { color: #854F0B; } .qa-cval { font-size: 15px; font-weight: 700; line-height: 1.25; } .qa-card.g .qa-cval { color: var(--dark-green); } .qa-card.a .qa-cval { color: #854F0B; } .qa-csub { font-size: 11px; color: var(--text-muted); margin-top: 3px; } .qa-note { font-size: 14px; color: var(--text-body); line-height: 1.65; margin: 0; } .qa-note strong { color: var(--text-primary); }

/ WHATSAPP / .wa-center { text-align: center; margin: 32px 0; } .wa-btn { display: inline-flex; align-items: center; gap: 9px; background: #25D366; color: #fff; font-weight: 700; font-size: 15px; padding: 14px 30px; border-radius: 100px; text-decoration: none; transition: opacity 0.18s; } .wa-btn:hover { opacity: 0.88; } .wa-sub { font-size: 13px; color: var(--text-muted); margin-top: 10px; }

/ PROSE / .prose p { font-size: 17px; line-height: 1.8; color: var(--text-body); margin-bottom: 18px; max-width: 68ch; } .prose p strong { color: var(--text-primary); font-weight: 600; } .prose a { color: var(--mid-green); text-decoration: underline; text-decoration-color: #9FE1CB; font-weight: 500; }

.prose h2 { font-family: 'DM Serif Display', serif; font-size: 27px; color: var(--dark-green); margin: 50px 0 14px; padding-bottom: 11px; border-bottom: 2px solid var(--green-tint); line-height: 1.25; letter-spacing: -0.2px; }

.prose h3 { font-size: 18px; font-weight: 600; color: var(--mid-green); margin: 28px 0 8px; }

/ CALLOUTS / .callout { display: flex; gap: 13px; align-items: flex-start; border-radius: 10px; padding: 16px 18px; margin: 24px 0; } .callout.info { background: var(--green-tint); border: 1px solid var(--green-border); } .callout.warn { background: var(--warn-bg); border: 1px solid var(--warn-border); } .callout.tip { background: #f0fdf4; border: 1px solid #86efac; } .callout-icon { font-size: 17px; flex-shrink: 0; padding-top: 2px; } .callout p { font-size: 14px !important; color: var(--dark-green) !important; margin: 0 !important; line-height: 1.7 !important; max-width: 100% !important; } .callout.warn p { color: #4a2010 !important; }

/ PHASE BLOCKS / .phase-block { background: var(--white); border: 1px solid var(--border); border-radius: 14px; margin-bottom: 20px; overflow: hidden; } .phase-block.india { border-left: 5px solid var(--mid-green); } .phase-block.home { border-left: 5px solid var(--amber-border); } .phase-block.long { border-left: 5px solid var(--light-green); }

.pb-header { padding: 15px 20px; background: #f9fafb; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 14px; flex-wrap: wrap; } .pb-badge { font-size: 10px; font-weight: 700; padding: 3px 9px; border-radius: 100px; text-transform: uppercase; letter-spacing: 0.3px; flex-shrink: 0; } .phase-block.india .pb-badge { background: var(--green-tint); color: var(--mid-green); border: 1px solid var(--green-border); } .phase-block.home .pb-badge { background: var(--amber-bg); color: #854F0B; border: 1px solid var(--amber-border); } .phase-block.long .pb-badge { background: #f0fdf4; color: #166534; border: 1px solid #86efac; }

.pb-timing { font-size: 11px; font-weight: 700; color: var(--mid-green); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; } .phase-block.home .pb-timing { color: #854F0B; } .phase-block.long .pb-timing { color: #166534; } .pb-title { font-size: 16px; font-weight: 700; color: var(--dark-green); line-height: 1.3; }

.pb-body { padding: 16px 20px; } .pb-desc { font-size: 15px; color: var(--text-body); line-height: 1.75; margin-bottom: 14px; }

/ EXERCISE GRID / .ex-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 14px; } .ex-group { } .ex-group-title { font-size: 11px; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; } .ex-item { display: flex; gap: 8px; align-items: flex-start; font-size: 13px; color: var(--text-body); line-height: 1.55; padding: 4px 0; border-bottom: 1px solid #f9fafb; } .ex-item:last-child { border-bottom: none; } .ex-ic { flex-shrink: 0; color: var(--light-green); font-size: 12px; margin-top: 3px; }

/ FLEXION TARGET / .flex-target { display: inline-flex; align-items: center; gap: 7px; background: var(--dark-green); color: #fff; font-size: 13px; font-weight: 700; padding: 6px 14px; border-radius: 100px; margin-bottom: 12px; }

/ MILESTONE BARS / .milestones { margin: 14px 0 26px; } .milestone { display: flex; align-items: center; gap: 14px; padding: 10px 0; border-bottom: 1px solid #f3f4f6; } .milestone:last-child { border-bottom: none; } .ms-time { width: 80px; flex-shrink: 0; font-size: 12px; font-weight: 700; color: var(--mid-green); text-transform: uppercase; letter-spacing: 0.4px; } .ms-bar-wrap { flex: 1; height: 8px; background: #f3f4f6; border-radius: 100px; overflow: hidden; } .ms-bar { height: 100%; border-radius: 100px; background: linear-gradient(90deg, var(--dark-green), var(--light-green)); } .ms-label { font-size: 13px; color: var(--text-body); width: 120px; text-align: right; flex-shrink: 0; font-weight: 600; }

/ DO / DON'T / .dos-donts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 14px 0 26px; } .dd-card { border-radius: 12px; padding: 16px; } .dd-card.do { background: var(--green-tint); border: 1px solid var(--green-border); } .dd-card.dont { background: var(--warn-bg); border: 1px solid var(--warn-border); } .dd-head { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 10px; } .dd-card.do .dd-head { color: var(--mid-green); } .dd-card.dont .dd-head { color: #993C1D; } .dd-item { display: flex; gap: 8px; align-items: flex-start; font-size: 13px; color: var(--text-body); line-height: 1.55; padding: 4px 0; border-bottom: 1px solid rgba(0,0,0,0.06); } .dd-item:last-child { border-bottom: none; }

/ HOW TO FIND PHYSIO / .physio-steps { margin: 14px 0 26px; } .physio-step { display: flex; gap: 14px; align-items: flex-start; padding: 11px 0; border-bottom: 1px solid #f3f4f6; font-size: 15px; color: var(--text-body); line-height: 1.65; } .physio-step:last-child { border-bottom: none; } .ps-num { width: 26px; height: 26px; border-radius: 50%; background: var(--green-tint); color: var(--mid-green); font-weight: 700; font-size: 13px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }

/ CTA / .cta { background: linear-gradient(135deg, var(--dark-green) 0%, var(--mid-green) 100%); border-radius: 16px; padding: 38px 30px; text-align: center; margin: 44px 0; } .cta h3 { font-family: 'DM Serif Display', serif; font-size: 25px; color: #fff; margin-bottom: 10px; line-height: 1.25; } .cta p { font-size: 15px; color: rgba(255,255,255,0.88); margin: 0 auto 22px; line-height: 1.7; max-width: 100% !important; } .cta p strong { color: #fff; } .cta-btn { display: inline-block; background: #fff; color: var(--dark-green); font-weight: 700; font-size: 15px; padding: 13px 32px; border-radius: 100px; text-decoration: none; margin-bottom: 14px; transition: opacity 0.18s; } .cta-btn:hover { opacity: 0.9; }

/ FAQ / .faq { margin: 12px 0; } .fq { border: 1px solid var(--border); border-radius: 10px; margin-bottom: 10px; overflow: hidden; } .fq-q { padding: 14px 18px; font-weight: 600; font-size: 15px; color: var(--text-primary); background: #f9fafb; } .fq-a { padding: 13px 18px; font-size: 15px; color: var(--text-body); border-top: 1px solid var(--border); line-height: 1.75; }

/ RELATED / .related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 10px; margin: 14px 0; } .rel-card { display: block; background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 14px 16px; text-decoration: none; transition: box-shadow 0.18s; } .rel-card:hover { box-shadow: 0 3px 14px rgba(0,0,0,0.07); } .rel-label { font-size: 10px; font-weight: 700; color: var(--mid-green); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 5px; } .rel-title { font-size: 13px; font-weight: 600; color: var(--text-primary); line-height: 1.4; }

@media (max-width: 620px) { h1 { font-size: 26px; } .prose p { font-size: 16px; } .prose h2 { font-size: 22px; } .ex-grid { grid-template-columns: 1fr; } .dos-donts { grid-template-columns: 1fr; } .t-div { display: none; } .cta { padding: 28px 16px; } .cta h3 { font-size: 21px; } .ms-label { width: 90px; font-size: 11px; } } </style> </head> <body> <main class="page">

<!-- TRUST BAR --> <div class="trust-bar"> <span>✅ <strong>Medically Reviewed</strong> — GAF Healthcare Orthopaedic Team</span> <div class="t-div"></div> <span>📅 <strong>Updated:</strong> May 2026</span> <div class="t-div"></div> <span>🕐 <strong>12 min</strong> read</span> <div class="t-div"></div> <span>🌍 <strong>50+ countries</strong> served</span> </div>

<!-- HEADER --> <span class="article-label">Orthopedics · Rehabilitation Guide</span> <h1>Physiotherapy After Knee Replacement in India — Your Complete Rehabilitation Plan</h1> <p class="deck">The surgery gives you a new knee. Physiotherapy is what makes it work. This guide covers every stage of your rehabilitation — from the exercises you do on Day 1 in hospital to the programme you give your physiotherapist at home — with specific guidance for international patients navigating two different healthcare environments.</p>

<!-- QUICK ANSWER --> <div class="qa-box"> <div class="qa-head">⚡ Physiotherapy at a Glance — Phases and Key Targets</div> <div class="qa-grid"> <div class="qa-card g"> <div class="qa-clabel">In Hospital</div> <div class="qa-cval">Days 1–5</div> <div class="qa-csub">Target: 80–90° flexion at discharge</div> </div> <div class="qa-card g"> <div class="qa-clabel">Outpatient India</div> <div class="qa-cval">Weeks 2–3</div> <div class="qa-csub">Daily at hospital · target 100–110°</div> </div> <div class="qa-card g"> <div class="qa-clabel">At Home (Weeks 4–12)</div> <div class="qa-cval">3–4× per week</div> <div class="qa-csub">Target: 120–130° by Week 12</div> </div> <div class="qa-card a"> <div class="qa-clabel">Full Programme Duration</div> <div class="qa-cval">8–12 weeks</div> <div class="qa-csub">Formal supervised physio</div> </div> </div> <p class="qa-note">Physiotherapy is not optional. It is not an add-on. <strong>The single biggest predictor of how well your knee functions at one year is how consistently you did your physiotherapy in the first three months.</strong> Not which implant you received. Not which hospital you chose. How consistently and diligently you followed your rehabilitation programme.</p> </div>

<!-- WHATSAPP --> <div class="wa-center"> <a href="https://wa.me/919044346292?text=Hello%2C%20I%20have%20questions%20about%20physiotherapy%20after%20knee%20replacement%20in%20India" class="wa-btn" target="_blank"> <svg width="18" height="18" viewBox="0 0 24 24" fill="#fff"><path d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.os-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z"/></svg> WhatsApp — Ask About Physiotherapy Planning Free </a> <div class="wa-sub">Arabic · English · Russian · +91 90443 46292</div> </div>

<div class="prose">

<p>For international patients, physiotherapy after knee replacement in India has a specific challenge that domestic patients do not face: you are managing two physiotherapy environments.</p>

<p>The first is in India — the critical early phase in hospital and during your post-discharge stay before flying home. The second is at home — continuing the programme with a physiotherapist who has never met your Indian surgeon and was not present for your surgery.</p>

<p>This guide addresses both. It gives you the complete programme, the targets, and — critically — the written handover document you take from India to your home physiotherapist so that rehabilitation continues without interruption.</p>

<div class="callout info"> <div class="callout-icon">💡</div> <p><strong>Why early flexion matters so much:</strong> Scar tissue begins forming around the knee joint within days of surgery. The window for achieving good flexion through physiotherapy is primarily the first 6–8 weeks. Patients who are consistent in this early phase almost always achieve good range of motion. Patients who miss sessions, rest too much, or leave India too early and then fail to arrange home physiotherapy promptly can develop stiffness (arthrofibrosis) that is very difficult to reverse without further intervention.</p> </div>

<h2>Your Flexion Milestones — The Targets That Matter</h2>

<p>Knee flexion — the degree to which you can bend your knee — is the primary measurable outcome of physiotherapy. Here are the milestones your team will be tracking.</p>

</div>

<div class="milestones"> <div class="milestone"> <div class="ms-time">Day 1</div> <div class="ms-bar-wrap"><div class="ms-bar" style="width:28%"></div></div> <div class="ms-label">40–50°</div> </div> <div class="milestone"> <div class="ms-time">Day 3</div> <div class="ms-bar-wrap"><div class="ms-bar" style="width:42%"></div></div> <div class="ms-label">60–70°</div> </div> <div class="milestone"> <div class="ms-time">Day 5</div> <div class="ms-bar-wrap"><div class="ms-bar" style="width:55%"></div></div> <div class="ms-label">80–90°</div> </div> <div class="milestone"> <div class="ms-time">Week 2</div> <div class="ms-bar-wrap"><div class="ms-bar" style="width:62%"></div></div> <div class="ms-label">90–100°</div> </div> <div class="milestone"> <div class="ms-time">Week 3</div> <div class="ms-bar-wrap"><div class="ms-bar" style="width:72%"></div></div> <div class="ms-label">100–110°</div> </div> <div class="milestone"> <div class="ms-time">Week 6</div> <div class="ms-bar-wrap"><div class="ms-bar" style="width:80%"></div></div> <div class="ms-label">110–120°</div> </div> <div class="milestone"> <div class="ms-time">Week 12</div> <div class="ms-bar-wrap"><div class="ms-bar" style="width:90%"></div></div> <div class="ms-label">120–130°</div> </div> <div class="milestone"> <div class="ms-time">Month 6</div> <div class="ms-bar-wrap"><div class="ms-bar" style="width:100%"></div></div> <div class="ms-label">125–135°</div> </div> </div>

<div class="callout warn"> <div class="callout-icon">⚠️</div> <p><strong>If you are not reaching these targets:</strong> tell your physiotherapist, not just your family. Falling significantly behind — particularly not reaching 90° by two weeks — is a clinical signal that requires assessment, not reassurance. It may indicate excessive swelling, inadequate pain control, or the early stages of arthrofibrosis. Early intervention is straightforward. Late intervention is not.</p> </div>

<div class="prose"> <h2>Stage 1 — In Hospital, India (Days 1–5)</h2> <p>Physiotherapy begins within 24 hours of surgery — not when you feel ready, but when your physiotherapist decides you are ready. The exercises start in bed and progress to standing within the first day or two.</p> </div>

<div class="phase-block india"> <div class="pb-header"> <div class="pb-badge">🏥 In Hospital · India</div> <div> <div class="pb-timing">Days 1–5 · Inpatient</div> <div class="pb-title">Acute Phase — Movement Begins Immediately</div> </div> </div> <div class="pb-body"> <div class="pb-desc">Your hospital physiotherapist visits twice daily — once in the morning and once in the afternoon. Sessions are 30–45 minutes each. The goal is not comfort; it is early movement to prevent clots, reduce swelling, and begin the flexion progression that determines how well your knee functions long-term.</div> <div class="flex-target">🎯 Target at discharge: 80–90° flexion</div> <div class="ex-grid"> <div class="ex-group"> <div class="ex-group-title">Bed Exercises (Day 1)</div> <div class="ex-item"><span class="ex-ic">✓</span><span>Ankle pumps — flex and point foot, 20 reps every hour. Prevents blood clots.</span></div> <div class="ex-item"><span class="ex-ic">✓</span><span>Quad sets — tighten thigh muscle, hold 5 seconds, release. 10–15 reps hourly.</span></div> <div class="ex-item"><span class="ex-ic">✓</span><span>Heel slides — slide heel toward buttock, bend knee slowly. 10–15 reps, 3× daily.</span></div> <div class="ex-item"><span class="ex-ic">✓</span><span>Straight leg raises — tighten quad, raise leg 12 inches, hold 5 seconds, lower. 10 reps, 3× daily.</span></div> <div class="ex-item"><span class="ex-ic">✓</span><span>Gluteal sets — tighten buttocks, hold 5 seconds. 10 reps, 3× daily.</span></div> </div> <div class="ex-group"> <div class="ex-group-title">Standing Exercises (Day 2–5)</div> <div class="ex-item"><span class="ex-ic">✓</span><span>Standing knee bends — hold rail, slowly bend and straighten knee. 10 reps, 2× daily.</span></div> <div class="ex-item"><span class="ex-ic">✓</span><span>Walking with zimmer frame — short distances in corridor, 2–3 times daily, increasing distance each day.</span></div> <div class="ex-item"><span class="ex-ic">✓</span><span>Sitting out of bed — 2–3 hours seated in a chair daily reduces swelling better than lying flat.</span></div> <div class="ex-item"><span class="ex-ic">✓</span><span>Stair practice — with physiotherapist supervision before discharge: one step at a time, good leg up first, operated leg down first.</span></div> <div class="ex-item"><span class="ex-ic">✓</span><span>Knee extension — sit with foot on stool, gravity assists straightening. Hold 10 seconds. Essential for full extension.</span></div> </div> </div> <div style="background:var(--green-tint); border-radius:8px; padding:10px 14px; font-size:13px; color:var(--dark-green); line-height:1.65;">💡 <strong>Ice after every session:</strong> Apply an ice pack wrapped in a damp cloth to the knee for 20 minutes after each exercise session and after walking. Ice is one of the most effective tools for controlling swelling and pain in the first two weeks. Use it consistently, not occasionally.</div> </div> </div>

<div class="prose"> <h2>Stage 2 — Post-Discharge Outpatient India (Weeks 2–3)</h2> <p>After hospital discharge, you stay near the hospital in your arranged accommodation. Daily outpatient physiotherapy sessions continue at the hospital physiotherapy department. GAF Healthcare arranges daily transport between your hotel and the hospital.</p> <p>This phase is the one international patients most commonly underestimate. The temptation to rest more, skip a session because you feel tired, or leave India early is strongest here. Resisting that temptation is one of the most important things you can do for your outcome.</p> </div>

<div class="phase-block india"> <div class="pb-header"> <div class="pb-badge">🏨 Post-Discharge · India</div> <div> <div class="pb-timing">Weeks 2–3 · Daily Outpatient Sessions</div> <div class="pb-title">Progressive Phase — Building Flexion and Strength</div> </div> </div> <div class="pb-body"> <div class="pb-desc">Sessions are 45–60 minutes, Monday to Saturday. Your physiotherapist tracks flexion progress at each session and adjusts the programme accordingly. You also perform a home exercise set twice daily in your hotel room between sessions.</div> <div class="flex-target">🎯 Target by end of Week 3: 100–110° flexion</div> <div class="ex-grid"> <div class="ex-group"> <div class="ex-group-title">Supervised Sessions (Hospital)</div> <div class="ex-item"><span class="ex-ic">✓</span><span>Progressive heel slides — physiotherapist applies gentle overpressure to increase range</span></div> <div class="ex-item"><span class="ex-ic">✓</span><span>Stationary cycling — begin at 5–10 minutes with low resistance, build to 15 minutes</span></div> <div class="ex-item"><span class="ex-ic">✓</span><span>Step-ups on low step (5cm) — strengthens quads under controlled load</span></div> <div class="ex-item"><span class="ex-ic">✓</span><span>Straight leg raises with progression toward light ankle weights</span></div> <div class="ex-item"><span class="ex-ic">✓</span><span>Balance exercises — standing on operated leg with support, building duration</span></div> <div class="ex-item"><span class="ex-ic">✓</span><span>Outdoor walking — 10–15 minutes, twice daily, on flat surfaces</span></div> </div> <div class="ex-group"> <div class="ex-group-title">Hotel Room Programme (Twice Daily)</div> <div class="ex-item"><span class="ex-ic">✓</span><span>Ankle pumps — 20 reps every 2 hours (continue through Week 3)</span></div> <div class="ex-item"><span class="ex-ic">✓</span><span>Quad sets — 15 reps, 3× daily</span></div> <div class="ex-item"><span class="ex-ic">✓</span><span>Heel slides — 15 reps, 3× daily with gravity assist over bed edge</span></div> <div class="ex-item"><span class="ex-ic">✓</span><span>Knee extension stretches — seated, foot on stool, gentle downward pressure on thigh</span></div> <div class="ex-item"><span class="ex-ic">✓</span><span>Short walks in hotel corridor — 5 minutes every 2 hours</span></div> <div class="ex-item"><span class="ex-ic">✓</span><span>Ice after each session — 20 minutes, knee elevated above heart level</span></div> </div> </div> <div style="background:var(--amber-bg); border-radius:8px; padding:10px 14px; margin-top:12px; font-size:13px; color:#451a03; line-height:1.65;">⚠️ <strong>The suture removal appointment</strong> (Day 10–14) is not a physiotherapy session. It is a brief wound care appointment at the hospital outpatient clinic. Confirm the date and time with your coordinator before hospital discharge. Bring your discharge summary to this appointment.</div> </div> </div>

<div class="prose"> <h2>Stage 3 — After Flying Home (Weeks 4–12)</h2> <p>This is the phase that makes or breaks long-term outcomes for international patients.</p> <p>Patients who land home, hand their written physiotherapy programme to a local physiotherapist within the first week, and maintain 3–4 sessions per week through Week 12 consistently achieve excellent outcomes.</p> <p>Patients who land home, feel that the hardest part is over, and drift into an informal exercise routine without supervised sessions consistently plateau at sub-optimal flexion and strength.</p> </div>

<div class="phase-block home"> <div class="pb-header"> <div class="pb-badge">🏠 At Home</div> <div> <div class="pb-timing">Weeks 4–8 · 3–4 Sessions Per Week</div> <div class="pb-title">Strengthening Phase — Return to Independence</div> </div> </div> <div class="pb-body"> <div class="pb-desc">Sessions continue with your home physiotherapist using the written programme from your Indian physio team. Progress the programme based on your response — not based on a fixed schedule. If you are tolerating the current level well, increase repetitions or resistance. If you are having a difficult week, maintain the current level without guilt.</div> <div class="flex-target">🎯 Target by Week 6: 110–120° flexion · Walk without a stick</div> <div class="ex-grid"> <div class="ex-group"> <div class="ex-group-title">Weeks 4–6</div> <div class="ex-item"><span class="ex-ic">✓</span><span>Stationary cycling — 15–20 minutes, moderate resistance, daily</span></div> <div class="ex-item"><span class="ex-ic">✓</span><span>Leg press — low resistance, focus on controlled descent</span></div> <div class="ex-item"><span class="ex-ic">✓</span><span>Step-ups on progressively higher steps (5cm → 10cm → 15cm)</span></div> <div class="ex-item"><span class="ex-ic">✓</span><span>Terminal knee extensions — strengthens quad in final 30° range</span></div> <div class="ex-item"><span class="ex-ic">✓</span><span>Walking — 20–30 minutes daily on flat ground, progress to inclines</span></div> <div class="ex-item"><span class="ex-ic">✓</span><span>Balance training — single leg stance, progressing to unstable surfaces</span></div> </div> <div class="ex-group"> <div class="ex-group-title">Weeks 6–8</div> <div class="ex-item"><span class="ex-ic">✓</span><span>Leg press — moderate resistance, 3 sets × 12–15 reps</span></div> <div class="ex-item"><span class="ex-ic">✓</span><span>Mini squats — 0–45° range, bodyweight only</span></div> <div class="ex-item"><span class="ex-ic">✓</span><span>Swimming — freestyle or backstroke from Week 6 if wound fully healed</span></div> <div class="ex-item"><span class="ex-ic">✓</span><span>Stair climbing without rail support (when safe)</span></div> <div class="ex-item"><span class="ex-ic">✓</span><span>Walking 30–45 minutes daily on varied terrain</span></div> <div class="ex-item"><span class="ex-ic">✓</span><span>Golf (putting only) from Week 6 in most cases</span></div> </div> </div> </div> </div>

<div class="phase-block long"> <div class="pb-header"> <div class="pb-badge">🌳 Active Recovery</div> <div> <div class="pb-timing">Weeks 9–12 and Beyond</div> <div class="pb-title">Return to Life — Consolidating Strength and Function</div> </div> </div> <div class="pb-body"> <div class="pb-desc">By Week 9, most patients have stopped formal physiotherapy sessions and transitioned to an independent home exercise programme and regular low-impact activity. The knee continues to improve until Month 12 — you will notice ongoing gains in strength, confidence, and residual swelling reduction throughout this period.</div> <div class="flex-target">🎯 Target by Week 12: 120–130° flexion · Full daily independence</div> <div class="ex-grid"> <div class="ex-group"> <div class="ex-group-title">Ongoing Low-Impact Exercise</div> <div class="ex-item"><span class="ex-ic">✓</span><span>Cycling — outdoors on flat terrain from Month 3</span></div> <div class="ex-item"><span class="ex-ic">✓</span><span>Swimming — all strokes, full laps</span></div> <div class="ex-item"><span class="ex-ic">✓</span><span>Golf — full game from Month 3–4 in most cases</span></div> <div class="ex-item"><span class="ex-ic">✓</span><span>Walking — unlimited distance, all terrain types</span></div> <div class="ex-item"><span class="ex-ic">✓</span><span>Light hiking on established paths from Month 4–6</span></div> </div> <div class="ex-group"> <div class="ex-group-title">Permanent Restrictions</div> <div class="ex-item"><span class="ex-ic">✗</span><span>Running on hard surfaces — high impact accelerates implant wear</span></div> <div class="ex-item"><span class="ex-ic">✗</span><span>Jumping and bounding activities — high load on implant interface</span></div> <div class="ex-item"><span class="ex-ic">✗</span><span>Contact sports — fall risk and high-impact loading</span></div> <div class="ex-item"><span class="ex-ic">✗</span><span>Squatting fully to the ground — particularly high-flex demand not designed for all implants</span></div> <div class="ex-item"><span class="ex-ic">✗</span><span>Kneeling directly on the implant — discuss with your surgeon if culturally or professionally necessary</span></div> </div> </div> </div> </div>

<div class="prose">

<h2>What to Do and What to Avoid — The Clear Rules</h2>

</div>

<div class="dos-donts"> <div class="dd-card do"> <div class="dd-head">✅ Always Do</div> <div class="dd-item"><span>✓</span><span>Ice the knee after every exercise session and every long walk — 20 minutes, knee above heart level</span></div> <div class="dd-item"><span>✓</span><span>Elevate the leg when resting — heel above knee, knee above hip, hip above heart if possible</span></div> <div class="dd-item"><span>✓</span><span>Keep moving — short walks every 2 hours prevent stiffness and blood clots better than long rests</span></div> <div class="dd-item"><span>✓</span><span>Take your anticoagulation medication exactly as prescribed until the course ends</span></div> <div class="dd-item"><span>✓</span><span>Attend every physiotherapy session — consistency beats intensity</span></div> <div class="dd-item"><span>✓</span><span>Report pain that is getting worse rather than better after Week 2</span></div> </div> <div class="dd-card dont"> <div class="dd-head">⚠️ Never Do</div> <div class="dd-item"><span>✗</span><span>Skip physiotherapy sessions because you feel tired or sore — soreness after sessions is normal and expected</span></div> <div class="dd-item"><span>✗</span><span>Cross your legs at the knee — for the first 6 weeks</span></div> <div class="dd-item"><span>✗</span><span>Pivot on your operated leg — turn by moving your feet, not twisting at the knee</span></div> <div class="dd-item"><span>✗</span><span>Fly home before your Doppler is clear and your surgeon has given written clearance</span></div> <div class="dd-item"><span>✗</span><span>Self-manage a concern about your wound or pain — contact your medical team, not a family member</span></div> <div class="dd-item"><span>✗</span><span>Stop anticoagulation medication early without explicit surgical instruction</span></div> </div> </div>

<div class="prose">

<h2>The Home Physiotherapy Handover — What to Give Your Local Physio</h2>

<p>The transition from India to home physiotherapy is the most critical handover in your recovery journey. Your home physiotherapist will not know your surgeon, your implant, or your intraoperative findings. You need to bridge that gap with documentation.</p>

<p>Before leaving India, request the following from your Indian physiotherapy team:</p>

<p><strong>A written physiotherapy discharge summary</strong> covering: current flexion achieved, strength assessment, walking status (with or without aid), exercises completed in India, exercises recommended for home programme, target flexion milestones by week, and any specific precautions or contraindications for your case.</p>

<p><strong>Your surgeon's implant-specific precautions</strong> — some implant designs have specific restrictions around deep flexion or certain activities that a general physiotherapist would not know without being told. This information should be in your discharge summary.</p>

<p>Give both documents to your home physiotherapist at the first appointment — ideally within the first week of returning home. Do not wait for your physiotherapist to ask for them.</p>

<div class="callout tip"> <div class="callout-icon">✅</div> <p><strong>GAF Healthcare provides a standardised physiotherapy handover document</strong> for all patients — filled out by your Indian physiotherapy team before discharge and formatted for use by any physiotherapist anywhere in the world. This is part of our standard patient care package. Ask your coordinator to confirm it has been prepared before you leave.</p> </div>

<h2>How to Find a Good Physiotherapist at Home</h2>

<p>When you return home, finding the right physiotherapist quickly matters. Waiting two weeks after landing is two weeks of suboptimal progress in the most critical phase.</p>

</div>

<div class="physio-steps"> <div class="physio-step"> <div class="ps-num">1</div> <span><strong>Book before you travel to India.</strong> Arrange your first home appointment before you even depart. When you know your surgery date, contact a physiotherapist at home, explain you will be having knee replacement in India, and book a session for Week 4 or 5 (assuming a standard recovery). You can always adjust the date if needed, but having it in the diary removes the risk of a gap.</span> </div> <div class="physio-step"> <div class="ps-num">2</div> <span><strong>Look specifically for a musculoskeletal or orthopaedic physiotherapist.</strong> A general physiotherapist can manage your care, but one with specific orthopaedic or joint replacement experience will progress your programme more appropriately and recognise warning signs faster. Ask specifically: "Do you have experience with post-TKR rehabilitation?" before booking.</span> </div> <div class="physio-step"> <div class="ps-num">3</div> <span><strong>Bring your Indian physio handover document to the first appointment.</strong> Do not just describe your surgery verbally. Give your home physiotherapist the written document. It provides the context they need to continue your programme at the right level and pace — rather than starting from scratch with a generic post-TKR protocol.</span> </div> <div class="physio-step"> <div class="ps-num">4</div> <span><strong>Aim for 3–4 sessions per week in Weeks 4–8, reducing to 2 per week in Weeks 9–12.</strong> Your physiotherapist will adjust this based on progress. The frequency can be reduced as you become more independent with the home programme, but avoid dropping below 2 supervised sessions per week until you have reached your Week 12 flexion target.</span> </div> <div class="physio-step"> <div class="ps-num">5</div> <span><strong>Ask about hydrotherapy if it is available.</strong> Pool-based physiotherapy — exercising in warm water — is excellent for knee replacement rehabilitation. The buoyancy reduces load through the joint while the water provides gentle resistance. If your local physiotherapy centre has a hydrotherapy pool, ask whether it is appropriate for your stage of recovery.</span> </div> </div>

<!-- MID CTA --> <div class="cta"> <h3>Coordinating Your India and Home Physiotherapy</h3> <p>GAF Healthcare provides your standardised physio handover document and 3 months of remote post-operative support. If you have concerns about your recovery progress after returning home, your coordinator connects you with your Indian surgical and physiotherapy team directly. Response within <strong>24 hours</strong>.</p> <a href="https://gafhealthcare.in/treatments/total-knee-replacement" class="cta-btn">Plan My Recovery →</a><br> <a href="https://wa.me/919044346292?text=Hello%2C%20I%20have%20questions%20about%20physiotherapy%20after%20knee%20replacement" class="wa-btn" style="margin-top:12px; display:inline-flex;" target="_blank"> <svg width="16" height="16" viewBox="0 0 24 24" fill="#fff"><path d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.os-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z"/></svg> WhatsApp +91 90443 46292 </a> </div>

<div class="prose">

<h2>Frequently Asked Questions</h2>

<div class="faq"> <div class="fq"> <div class="fq-q">How many physiotherapy sessions are included in my India hospital package?</div> <div class="fq-a">Your hospital package covers inpatient physiotherapy during your hospital stay — twice daily sessions for the 3–5 days you are admitted. After discharge, outpatient physiotherapy sessions in India are billed separately — typically ₹500–₹1,500 (approximately $6–$18) per session. GAF Healthcare includes daily outpatient physio transport and session booking as part of your post-discharge coordination. Budget approximately 12–14 sessions for the outpatient India phase.</div> </div> <div class="fq"> <div class="fq-q">Can I do physiotherapy exercises in my hotel room without going to the hospital each day?</div> <div class="fq-a">The hotel room exercises are essential and must be done twice daily. But they are not a substitute for supervised outpatient sessions. A physiotherapist assessing your flexion, applying manual techniques, adjusting your programme, and observing your gait provides something a self-directed hotel room programme cannot replicate. The supervised sessions are where the accelerated flexion gains happen. The hotel room programme maintains and reinforces them between sessions.</div> </div> <div class="fq"> <div class="fq-q">My knee feels very stiff in the morning. Is this normal?</div> <div class="fq-a">Morning stiffness — the knee feeling tighter and less mobile after sleep — is entirely normal for the first 3–6 months after knee replacement. It typically resolves within 15–30 minutes of gentle movement and warming up. What is not normal is stiffness that continues to get worse week on week, or stiffness that does not improve with gentle movement. The former is expected recovery. The latter should be assessed by your physiotherapist.</div> </div> <div class="fq"> <div class="fq-q">My knee is swollen even at Week 8. Is something wrong?</div> <div class="fq-a">Swelling after total knee replacement is normal for up to 6 months — sometimes longer. The joint produces excess fluid as it heals from the surgical trauma, and the new implant takes time for surrounding tissue to fully accommodate. As long as the swelling reduces with elevation and ice, is not hot to the touch, is not associated with fever or wound changes, and is gradually decreasing over the weeks — it is a normal part of healing. Persistent swelling that is not gradually improving, or that increases suddenly, should be assessed.</div> </div> <div class="fq"> <div class="fq-q">What if I do not reach 90° flexion by the end of Week 2?</div> <div class="fq-a">Tell your Indian physiotherapist immediately — not when you get home. Falling significantly behind the 90° target at Week 2 may indicate inadequate pain control limiting exercises, excessive post-operative swelling, or early scar tissue formation. The appropriate response is often a manipulation under sedation (MUA) — a brief procedure where the knee is gently moved under light anaesthesia to break early scar tissue before it becomes established. This is straightforward at Week 2–3 and much more complex at Week 6 or later. Do not wait.</div> </div> </div>

<h2>Related Guides</h2> <div class="related-grid"> <a href="https://gafhealthcare.in/treatments/total-knee-replacement" class="rel-card"> <div class="rel-label">Treatment Guide</div> <div class="rel-title">Total Knee Replacement — Complete Patient Guide</div> </a> <a href="https://gafhealthcare.in/resources/blog/tkr-recovery-timeline-india" class="rel-card"> <div class="rel-label">Recovery Guide</div> <div class="rel-title">TKR Recovery Timeline — Week-by-Week for Medical Tourists</div> </a> <a href="https://gafhealthcare.in/resources/blog/knee-replacement-planning-guide-india" class="rel-card"> <div class="rel-label">Planning Guide</div> <div class="rel-title">How to Plan Your Knee Replacement Trip to India</div> </a> <a href="https://gafhealthcare.in/resources/blog/bilateral-knee-replacement-india" class="rel-card"> <div class="rel-label">Bilateral Guide</div> <div class="rel-title">Bilateral Knee Replacement in India — Both Knees, One Trip</div> </a> </div>

</div>

<!-- FINAL CTA --> <div class="cta"> <h3>Your Surgery Is the Beginning. Your Physio Is the Recovery.</h3> <p>GAF Healthcare coordinates your inpatient physiotherapy, daily outpatient sessions, physio handover document, and 3 months of remote support after you return home. Everything planned before you travel — nothing left to chance. Response within <strong>24 hours</strong>.</p> <a href="https://gafhealthcare.in/treatments/total-knee-replacement" class="cta-btn">Plan My Full Recovery →</a> </div>

</main> </body> </html>

Related articles

  • Surgery cost India comparison in India for British patients (Cost, Hospitals & Process — 2026) — A growing number of British families are doing the same maths at the kitchen table: private treatment in the UK is…
  • rhinoplasty India cost: 2026 pricing, options, recovery & travel plan for Nigeria, UAE, Russia — Updated 2026 guide to rhinoplasty India cost, what’s included, recovery, and travel planning for patients from…
  • TAVR surgery India cost: A clear guide for UK, Saudi & Russian patients — Learn what impacts TAVR surgery India cost and why patients from the UK, Saudi & Russia choose India to avoid delays.…