{"id":512,"date":"2026-06-30T20:00:00","date_gmt":"2026-06-30T14:15:00","guid":{"rendered":"https:\/\/www.dhakalankit.com.np\/?p=512"},"modified":"2026-06-30T16:24:06","modified_gmt":"2026-06-30T10:39:06","slug":"timeline-kali-river-theatre","status":"publish","type":"post","link":"https:\/\/www.dhakalankit.com.np\/en\/2026\/06\/30\/timeline-kali-river-theatre\/","title":{"rendered":"Timeline of the Kali River Theatre during the Anglo-Nepal War"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">The Kali River Theatre<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">During the Anglo-Nepal War (1814-1816), the Kali River Theatre was a part of the British East India Company&#8217;s campaign in the western frontiers between the Kali and the Sutlej Rivers. Including an elaborate plan to capture Kumaon, the British looked to chase away the Gorkhas with the help of chiefs who had been defeated by the latter about 25 years ago. These battles were important because whoever won them would eventually win the war.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"364\" src=\"https:\/\/www.dhakalankit.com.np\/wp-content\/uploads\/2026\/06\/image-1024x364.png\" alt=\"A map showing the dominion of the Gorkha Empire before 1816 including the Kali River Theatre\" class=\"wp-image-545\" srcset=\"https:\/\/www.dhakalankit.com.np\/wp-content\/uploads\/2026\/06\/image-1024x364.png 1024w, https:\/\/www.dhakalankit.com.np\/wp-content\/uploads\/2026\/06\/image-300x107.png 300w, https:\/\/www.dhakalankit.com.np\/wp-content\/uploads\/2026\/06\/image-768x273.png 768w, https:\/\/www.dhakalankit.com.np\/wp-content\/uploads\/2026\/06\/image-1536x546.png 1536w, https:\/\/www.dhakalankit.com.np\/wp-content\/uploads\/2026\/06\/image-2048x728.png 2048w, https:\/\/www.dhakalankit.com.np\/wp-content\/uploads\/2026\/06\/image-18x6.png 18w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">Map of the Dominion of the House of Gorkha (in Hamilton, 1819)<\/figcaption><\/figure>\n\n\n\n<meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>The Anglo-Nepal War, 1814\u20131816<\/title>\n    <style>\n        :root {\n            --primary-color: #0056b3;\n            --secondary-color: #e9ecef;\n            --text-color: #333;\n            --bg-color: #faf8f5;\n            --era-bg: #1a202c;\n            --era-text: #ffffff;\n            --date-color: #d9534f;\n            --line-color: #cbd5e1;\n            \n            \/* Phase specific colors adapted to the new theme *\/\n            --color-red: #d9534f;\n            --color-green: #5cb85c;\n            --color-blue: #0275d8;\n            --color-amber: #f0ad4e;\n            --color-purple: #6f42c1;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n            background-color: var(--bg-color);\n            color: var(--text-color);\n            margin: 0;\n            padding: 0;\n            line-height: 1.6;\n        }\n\n        .timeline-wrapper {\n            max-width: 800px;\n            margin: 40px auto;\n            padding: 20px;\n        }\n\n        .timeline-header {\n            text-align: center;\n            margin-bottom: 40px;\n        }\n\n        .hero-label {\n            font-size: 12px;\n            letter-spacing: .08em;\n            text-transform: uppercase;\n            color: #666;\n            margin-bottom: 10px;\n            font-weight: bold;\n        }\n\n        .timeline-header h1 {\n            color: var(--primary-color);\n            font-size: 2.5em;\n            margin-bottom: 10px;\n        }\n\n        .timeline-header p {\n            color: #666;\n            font-size: 1.1em;\n            margin: 0 auto;\n            max-width: 90%;\n        }\n\n        .stats-row {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            margin-bottom: 40px;\n            flex-wrap: wrap;\n        }\n\n        .stat {\n            background-color: #fff;\n            border-radius: 8px;\n            padding: 15px 25px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n            text-align: center;\n            border: 1px solid var(--secondary-color);\n            min-width: 140px;\n        }\n\n        .stat-n {\n            font-size: 2em;\n            font-weight: bold;\n            color: var(--primary-color);\n        }\n\n        .stat-l {\n            font-size: 0.9em;\n            color: #555;\n            margin-top: 5px;\n        }\n\n        .phase-tabs {\n            display: flex;\n            gap: 10px;\n            flex-wrap: wrap;\n            justify-content: center;\n            margin-bottom: 40px;\n            position: relative;\n            z-index: 5;\n        }\n\n        .tab {\n            background-color: var(--secondary-color);\n            color: var(--text-color);\n            padding: 10px 20px;\n            border-radius: 30px;\n            border: none;\n            font-weight: bold;\n            font-size: 1em;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.05);\n        }\n\n        .tab.active {\n            background-color: var(--era-bg);\n            color: var(--era-text);\n            box-shadow: 0 4px 8px rgba(0,0,0,0.15);\n        }\n\n        .tab:hover:not(.active) {\n            background-color: #d1d5db;\n            transform: translateY(-2px);\n        }\n\n        .phase-block {\n            display: none;\n            animation: fadeIn 0.5s ease-out;\n        }\n\n        .phase-block.visible {\n            display: block;\n        }\n\n        @keyframes fadeIn {\n            from { opacity: 0; transform: translateY(15px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        .phase-label {\n            text-align: center;\n            font-size: 1.2em;\n            font-weight: bold;\n            color: var(--primary-color);\n            margin-bottom: 30px;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n        }\n\n        .timeline {\n            position: relative;\n            padding: 20px 0 20px 40px;\n        }\n\n        .timeline::before {\n            content: '';\n            position: absolute;\n            left: 14px;\n            top: 0;\n            bottom: 0;\n            width: 4px;\n            background-color: var(--line-color);\n            border-radius: 2px;\n        }\n\n        .event {\n            background-color: #fff;\n            padding: 25px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n            position: relative;\n            margin-bottom: 35px;\n            transition: transform 0.3s ease;\n            border-top: 4px solid var(--primary-color);\n        }\n\n        .event:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 6px 20px rgba(0,0,0,0.08);\n        }\n\n        .event.border-red { border-top-color: var(--color-red); }\n        .event.border-green { border-top-color: var(--color-green); }\n        .event.border-blue { border-top-color: var(--color-blue); }\n        .event.border-amber { border-top-color: var(--color-amber); }\n        .event.border-purple { border-top-color: var(--color-purple); }\n\n        .dot {\n            position: absolute;\n            left: -38px;\n            top: 25px;\n            width: 20px;\n            height: 20px;\n            border-radius: 50%;\n            border: 4px solid #fff;\n            background-color: var(--primary-color);\n            box-shadow: 0 0 0 2px var(--line-color);\n            z-index: 2;\n        }\n\n        .dot-red { background-color: var(--color-red); }\n        .dot-green { background-color: var(--color-green); }\n        .dot-blue { background-color: var(--color-blue); }\n        .dot-amber { background-color: var(--color-amber); }\n        .dot-purple { background-color: var(--color-purple); }\n\n        .date {\n            font-weight: 700;\n            color: var(--date-color);\n            margin-bottom: 12px;\n            display: inline-block;\n            background-color: #fde8e8;\n            padding: 4px 12px;\n            border-radius: 12px;\n            font-size: 0.9em;\n        }\n\n        .etitle {\n            font-size: 1.25em;\n            font-weight: bold;\n            color: var(--text-color);\n            margin-bottom: 10px;\n            line-height: 1.3;\n        }\n\n        .edesc {\n            font-size: 0.95em;\n            color: #555;\n            margin-bottom: 15px;\n        }\n\n        .epages {\n            font-size: 0.85em;\n            color: #777;\n            font-weight: 600;\n        }\n\n        .epages span {\n            background: var(--secondary-color);\n            border-radius: 4px;\n            padding: 3px 8px;\n        }\n\n        \/* Responsive *\/\n        @media screen and (max-width: 600px) {\n            .timeline { padding-left: 30px; }\n            .timeline::before { left: 9px; }\n            .dot { left: -33px; width: 16px; height: 16px; top: 28px; }\n            .event { padding: 15px; }\n        }\n    <\/style>\n\n\n\n<div class=\"timeline-wrapper\">\n    <div class=\"timeline-header\">\n        <div class=\"hero-label\">Primary source: East India Company, 1824<sup>1<\/sup><\/div>\n        <h1>The Kali River in the Anglo-Nepal (1814-1816) War<\/h1>\n        <p>Battles and Treaties around the Kali River, fixing it as Nepal&#8217;s western boundary.<\/p>\n    <\/div>\n\n   <div class=\"phase-tabs\">\n        <button class=\"tab active\" onclick=\"show(0)\">Background<\/button>\n        <button class=\"tab\" onclick=\"show(1)\">Campaign 1814<\/button>\n        <button class=\"tab\" onclick=\"show(2)\">Campaign 1815<\/button>\n        <button class=\"tab\" onclick=\"show(3)\">Peace &amp; treaty<\/button>\n        <button class=\"tab\" onclick=\"show(4)\">Settlement<\/button>\n    <\/div>\n\n    <div class=\"phase-block visible\" id=\"ph-0\">\n        <div class=\"phase-label\">Background: causes of war<\/div>\n        <div class=\"timeline\">\n\n            <div class=\"event border-red\">\n                <div class=\"dot dot-red\"><\/div>\n                <div class=\"date\">1801\u20131813<\/div>\n                <div class=\"etitle\">Border skirmishes on the Gorkha<sup>2<\/sup>&#8211; and British-claimed Terai<\/div>\n                <div class=\"edesc\">Nepal and the British EIC both claim the plains of Butwal, Sheoraj, and frontier villages in Gorakhpur and Sarun. The EIC records show 18 years of failed diplomatic remonstrance before war becomes unavoidable.<\/div>\n                <div class=\"epages\"><span>pp. 676\u2013684<\/span><\/div>\n            <\/div>\n\n            <div class=\"event border-amber\">\n                <div class=\"dot dot-amber\"><\/div>\n                <div class=\"date\">1 October 1809<\/div>\n                <div class=\"etitle\">Ranjit Singh signs Treaty of Amritsar with the British<\/div>\n                <div class=\"edesc\">The Sutlej river is fixed as the boundary between the Sikh Empire and British-protected territory. Nepal has reached the Sutlej at its maximum western expansion. Three powers now converge on that river.<\/div>\n                <div class=\"epages\"><span>External Context<\/span><\/div>\n            <\/div>\n\n            <div class=\"event border-red\">\n                <div class=\"dot dot-red\"><\/div>\n                <div class=\"date\">29 May 1814<\/div>\n                <div class=\"etitle\">Butwal massacre, the immediate casus belli<\/div>\n                <div class=\"edesc\">Gorkha troops kill 18 British police officers at Butwal at a newly established post. The EIC, having exhausted diplomatic options, prepares for war. Lord Moira<sup>3<\/sup> (Governor-General) begins assembling the campaign plan.<\/div>\n                <div class=\"epages\"><span>pp. 684\u2013686<\/span><\/div>\n            <\/div>\n\n            <div class=\"event border-blue\">\n                <div class=\"dot dot-blue\"><\/div>\n                <div class=\"date\">August\u2013October 1814<\/div>\n                <div class=\"etitle\">British intelligence gathering and strategic design<\/div>\n                <div class=\"edesc\">Dr. Buchanan, Moorcroft, Hearsey, Fraser and Rutherfurd produce intelligence reports on Kamaon<sup>4<\/sup>, Garhwal, Tibet passes, the Kali river course, and Chinese intervention risk. The Kali as a boundary is contemplated before operations begin. The Tartary trade corridor through Kamaon is identified as a strategic prize.<\/div>\n                <div class=\"epages\"><span>pp. 44\u2013104<\/span><\/div>\n            <\/div>\n\n            <div class=\"event border-blue\">\n                <div class=\"dot dot-blue\"><\/div>\n                <div class=\"date\">27 September \u2013 October 1814<\/div>\n                <div class=\"etitle\">War declared; four-division campaign plan issued<\/div>\n                <div class=\"edesc\">J. Adam (Secretary to Government) issues campaign instructions to Gillespie (2nd Division, Dehra Dun), Martindell (replacing Gillespie), Marley (4th Division, eastern Nepal), Wood (3rd Division, Gorakhpur), and Ochterlony (1st Division, Sutlej hill states). The western theatre objective is the <b>expulsion of Gorkha power west of the Kali<\/b>.<\/div>\n                <div class=\"epages\"><span>pp. 62\u201370, 92\u2013101<\/span><\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n    <div class=\"phase-block\" id=\"ph-1\">\n        <div class=\"phase-label\">First campaign: October to December 1814<\/div>\n        <div class=\"timeline\">\n\n            <div class=\"event border-blue\">\n                <div class=\"dot dot-blue\"><\/div>\n                <div class=\"date\">27 October 1814<\/div>\n                <div class=\"etitle\">Timley Pass seized; Dehra Dun occupied<\/div>\n                <div class=\"edesc\">Gillespie&#8217;s division successfully seizes the Timley Pass into the Dehra Dun valley \u2014 the first British success of the war. The Dun and town of Dehra fall without resistance. Gillespie advances on Kalunga fort.<\/div>\n                <div class=\"epages\"><span>pp. 435\u2013436<\/span><\/div>\n            <\/div>\n\n            <div class=\"event border-red\">\n                <div class=\"dot dot-red\"><\/div>\n                <div class=\"date\">31 October 1814<\/div>\n                <div class=\"etitle\">First assault on Kalunga: Gillespie killed<\/div>\n                <div class=\"edesc\">Four columns assault the fort of Kalunga (Nalapani), held by Bulbudder Singh [Balbhadra Kunwar] with ~500 Gorkha troops. The attack is repulsed with heavy losses. Major-General Gillespie falls at the wicket of the fort, the war&#8217;s most significant British death. ~200 British killed and wounded against a garrison of 500.<\/div>\n                <div class=\"epages\"><span>pp. 437\u2013443<\/span><\/div>\n            <\/div>\n\n            <div class=\"event border-blue\">\n                <div class=\"dot dot-blue\"><\/div>\n                <div class=\"date\">5 November 1814<\/div>\n                <div class=\"etitle\">Ochterlony takes Nalagurh and Tarragurh<\/div>\n                <div class=\"edesc\">In the western theatre, Colonel Ochterlony (now Brigadier) captures the forts of Nalagurh and its dependent post Tarragurh in the Sutlej hill country. It&#8217;s the first actual British success in the war. He begins methodical reduction of Ummer Sing Thappa [Amar Singh Thapa]&#8217;s fortified chain.<\/div>\n                <div class=\"epages\"><span>pp. 453\u2013456<\/span><\/div>\n            <\/div>\n\n            <div class=\"event border-red\">\n                <div class=\"dot dot-red\"><\/div>\n                <div class=\"date\">27 November 1814<\/div>\n                <div class=\"etitle\">Second assault on Kalunga repulsed again<\/div>\n                <div class=\"edesc\">Colonel Mawbey (now commanding) launches a second assault after artillery breaching. The attack again fails \u2014 bamboo stakes at the breach foot, devastating fire from loopholes, and near-vertical approach defeat the columns. Heavy British casualties again. At night, the British cut off the water supply to the fort.<\/div>\n                <div class=\"epages\"><span>pp. 466\u2013467<\/span><\/div>\n            <\/div>\n\n            <div class=\"event border-blue\">\n                <div class=\"dot dot-blue\"><\/div>\n                <div class=\"date\">30 November 1814<\/div>\n                <div class=\"etitle\">The Gorkhas leave Kalunga under cover of darkness<\/div>\n                <div class=\"edesc\">Reduced by thirst and casualties, Bulbudder Singh&#8217;s garrison evacuates Kalunga by night. British troops enter the burnt fort. Bulbudder escapes wounded. 95 Gorkha dead are found inside, with almost all principal officers dead. The garrison&#8217;s heroic resistance becomes legendary on both sides.<\/div>\n                <div class=\"epages\"><span>pp. 473\u2013494<\/span><\/div>\n            <\/div>\n\n            <div class=\"event border-blue\">\n                <div class=\"dot dot-blue\"><\/div>\n                <div class=\"date\">December 1814<\/div>\n                <div class=\"etitle\">Gardner begins political campaign in Kamaon<\/div>\n                <div class=\"edesc\">Lieutenant-Colonel W.L. Gardner and the Honourable Edward Gardner begin raising irregular forces in Rohilkhand for a Kamaon expedition. First letters exchanged with Bum Sah, the Gorkha Soobah of Kamaon, exploring the possibility of his defection. Intelligence reveals Bum Sah&#8217;s personal resentment of the Thapa faction at Kathmandu.<\/div>\n                <div class=\"epages\"><span>pp. 140\u2013170<\/span><\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n    <div class=\"phase-block\" id=\"ph-2\">\n        <div class=\"phase-label\">Second campaign: January to May 1815<\/div>\n        <div class=\"timeline\">\n\n            <div class=\"event border-blue\">\n                <div class=\"dot dot-blue\"><\/div>\n                <div class=\"date\">11\u201316 February 1815<\/div>\n                <div class=\"etitle\">Ochterlony reduces Ramgarh; Ummer Sing&#8217;s supply chain broken<\/div>\n                <div class=\"edesc\">Ramgarh heights are taken without opposition on 11 February; Ramgarh fort surrenders on 16 February; Jhoojooroo fort surrenders on 17 February. Ochterlony has now snapped three major links in Ummer Sing&#8217;s defensive chain. Supply routes to Malown are severed. Ummer Sing concentrates his remaining force at Malown, his last defensible ridge.<\/div>\n                <div class=\"epages\"><span>pp. 632\u2013633<\/span><\/div>\n            <\/div>\n\n <div class=\"event border-red\">\n                <div class=\"dot dot-red\"><\/div>\n                <div class=\"date\">2 March 1815<\/div>\n                <div class=\"etitle\">Intercepted Gorkha letters: Nepal petitions China for military intervention<\/div>\n                <div class=\"edesc\">British forces intercept and translate letters from Ummer Sing to the Rajah of Nepal, including a draft petition to the Emperor of China seeking military assistance. The petition warns China that British conquest of Nepal will be followed by invasion of Tibet via Budrinath and Manasarovar passes. China never responds militarily. Ranjit Singh simultaneously rejects Gorkha overtures for alliance.<\/div>\n                <div class=\"epages\"><span>pp. 555\u2013559<\/span><\/div>\n            <\/div>            \n<div class=\"event border-blue\">\n                <div class=\"dot dot-blue\"><\/div>\n                <div class=\"date\">11 March 1815<\/div>\n                <div class=\"etitle\">Taragurh evacuated; Chumbah surrenders (16 March)<\/div>\n                <div class=\"edesc\">Gorkha forces abandon Taragurh. Days later, Chumbah fort surrenders, its garrison taken prisoner. Ummer Sing is now confined to Malown, completely isolated. The Rajah of Bilaspur, who had supplied the Gorkha army, is compelled by British military pressure to abandon his Gorkha alliance.<\/div>\n                <div class=\"epages\"><span> p. 633<\/span><\/div>\n            <\/div>\n\n           <div class=\"event border-blue\">\n                <div class=\"dot dot-blue\"><\/div>\n                <div class=\"date\">Nights of 14\u201315 April 1815<\/div>\n                <div class=\"etitle\">Night operations at Malown: the decisive blow<\/div>\n                <div class=\"edesc\">Ochterlony launches coordinated night movements by Thompson&#8217;s, Showers&#8217;s, Bowyer&#8217;s, and Dunbar&#8217;s detachments to seize the heights above Malown simultaneously. The plan is guided by Lt Lawtie&#8217;s intelligence work (Lawtie is killed in the operations). By dawn on 16 April, British troops stand above the Malown ridge. Fort Soorujgurh and southern stockades are evacuated.<\/div>\n                <div class=\"epages\"><span>pp. 591\u2013598<\/span><\/div>\n            <\/div>\n\n            <div class=\"event border-red\">\n                <div class=\"dot dot-red\"><\/div>\n                <div class=\"date\">16 April 1815<\/div>\n                <div class=\"etitle\">Ummer Sing&#8217;s personal counterattack repulsed<\/div>\n                <div class=\"edesc\">Ummer Sing leads a personal assault on the British position at dawn. Described as &#8220;a most desperate attempt directed by the Goorka commander in person.&#8221; It is repulsed, but British losses for the two nights total ~180 killed and wounded. Ummer Sing is now surrounded, out of supplies, and without allies. Negotiations begin immediately.<\/div>\n                <div class=\"epages\"><span>pp. 591\u2013598<\/span><\/div>\n            <\/div>\n\n            <div class=\"event border-blue\">\n                <div class=\"dot dot-blue\"><\/div>\n                <div class=\"date\">23 April 1815<\/div>\n                <div class=\"etitle\">Major Patton defeats Hustee Dull Sah at Gunna-nath<\/div>\n                <div class=\"edesc\">In the Kamaon theatre, Nicolls sends Major Patton on a night march against Hustee Dull Sah (Bum Sah&#8217;s brother), who has taken position at Gunna-nath Pass north of Almora with the elite of the Kamaon garrison. After a sharp action and pursuit over several hills, Gorkha force completely defeated and dispersed. Hustee Dull withdraws into Almora. The province&#8217;s last field force is broken.<\/div>\n                <div class=\"epages\"><span>pp. 573\u2013576<\/span><\/div>\n            <\/div>\n\n            <div class=\"event border-blue\">\n                <div class=\"dot dot-blue\"><\/div>\n                <div class=\"date\">25 April 1815<\/div>\n                <div class=\"etitle\">Almora stormed; the Kamaon capital falls<\/div>\n                <div class=\"edesc\">Colonel Nicolls directs the assault on Almora&#8217;s fortified heights. Captain Faithful&#8217;s battalion storms successive breastworks; Captain Leys&#8217;s flank battalion cooperates with &#8220;intrepidity and judgement&#8221;. The heights and town fall by assault. A Gorkha night counterattack on 25\u201326 April is repulsed. Hasti Dal Shah is killed. Bum Sah&#8217;s position is now irretrievable.<\/div>\n                <div class=\"epages\"><span>pp. 585\u2013587<\/span><\/div>\n            <\/div>\n\n            <div class=\"event border-purple\">\n                <div class=\"dot dot-purple\"><\/div>\n                <div class=\"date\">27 April 1815<\/div>\n                <div class=\"etitle\">Almora Convention signed; Gorkhas retire across the Kali<\/div>\n                <div class=\"edesc\">Bum Sah signs the Convention with Gardner and Nicolls: surrender of Almora and all Kamaon fortifications in exchange for permission to retire unmolested across the Kali with arms, family and effects within 10 days. Fort of Lalmaudi handed over immediately as pledge. The crossing point is Jhool Gaut on the Kali \u2014 the 30-foot-wide gorge described in Rutherfurd&#8217;s 1814 survey. &#8220;The whole province being in our possession and the enemy withdrawn across the Kali.&#8221; Kamaon formally annexed.<\/div>\n                <div class=\"epages\"><span>pp. 570\u2013572<\/span><\/div>\n            <\/div>\n\n            <div class=\"event border-purple\">\n                <div class=\"dot dot-purple\"><\/div>\n                <div class=\"date\">15 May 1815<\/div>\n                <div class=\"etitle\">Ummer Sing surrenders at Malown; western armies retire across Kali<\/div>\n                <div class=\"edesc\">Ummer Sing Thappa surrenders Malown to Ochterlony on terms: he and Runjore Sing (at Jytuck) permitted to retire with arms and two guns; all Gorkha troops in Garhwal to evacuate across the Kali by the Kamaon route. All forts and posts west of the Jumna surrendered. &#8220;The entire extinction of the Goorka power throughout the countries to the westward of the Kali or Gogra, involving the loss of more than a third of their Dominions.&#8221;<\/div>\n                <div class=\"epages\"><span>pp. 607\u2013611, 635\u2013637<\/span><\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n    <div class=\"phase-block\" id=\"ph-3\">\n        <div class=\"phase-label\">Peace negotiations: June to December 1815<\/div>\n        <div class=\"timeline\">\n\n            <div class=\"event border-blue\">\n                <div class=\"dot dot-blue\"><\/div>\n                <div class=\"date\">1 June 1815<\/div>\n                <div class=\"etitle\">Moira&#8217;s victory despatch states boundary and Tartary rationale<\/div>\n                <div class=\"edesc\">Lord Moira&#8217;s Secret Letter to the Secret Committee articulates the full strategic case: the Kali is &#8220;the shortest and most defensible line of frontier from the snowy ridge to the plain&#8221;. &#8221; Kamaon&#8217;s Tartary road through the Himalayan passes is &#8220;a commodious road into Chinese Tartary&#8221;, securing shawl-wool trade and overland communication with Beijing. The eastern boundary of Kamaon is fixed as the Kali, &#8220;which rises in the Snowy Mountains and pursues nearly a direct southerly course to the plains, where it assumes the name of the Gogra.&#8221;<\/div>\n                <div class=\"epages\"><span>pp. 551\u2013584<\/span><\/div>\n            <\/div>\n\n            <div class=\"event border-blue\">\n                <div class=\"dot dot-blue\"><\/div>\n                <div class=\"date\">June\u2013July 1815<\/div>\n                <div class=\"etitle\">Moira&#8217;s peace terms transmitted with Kali as western boundary of Nepal<\/div>\n                <div class=\"edesc\">Draft treaty terms sent to the negotiating team under Lieutenant-Colonel Bradshaw. Key demands: perpetual exclusion of Gorkha from all territory west of the Kali\/Gogra (Article 5 \u2014 &#8220;requires no remark&#8221;, meaning uncontested); cession of Terai lowlands Kali to Teista (Article 3); guarantee of Sikkim Rajah with Mechi as Nepal-Sikkim hill boundary (Article 4). Bradshaw instructed to make Siccim guarantee &#8220;indispensable&#8221;. The British negotiate with both Bum Sah and later Gujraj Misser as Kathmandu&#8217;s plenipotentiary.<\/div>\n                <div class=\"epages\"><span>pp. 763\u2013818<\/span><\/div>\n            <\/div>\n\n            <div class=\"event border-purple\">\n                <div class=\"dot dot-purple\"><\/div>\n                <div class=\"date\">27 June \u2013 July 1815<\/div>\n                <div class=\"etitle\">Negotiations at the Kali; Gorkha reluctance on Terai cessions<\/div>\n                <div class=\"edesc\">Gardner holds extended conferences with Bum Sah and his brother Roodher Beer Sah on the banks of the Kali River. The Gorkha side accepts the Kali as Nepal&#8217;s western limit without serious contest (&#8220;the loss of the territory to the west of the Kali would be purchasing a peace at a cheap rate&#8221;) but resists Terai cessions in the east. Bum Sah privately expresses fear that his surrender of Kamaon will be treated as treason at Kathmandu.<\/div>\n                <div class=\"epages\"><span>pp. 803\u2013847<\/span><\/div>\n            <\/div>\n\n            <div class=\"event border-purple\">\n                <div class=\"dot dot-purple\"><\/div>\n                <div class=\"date\">2 October 1815<\/div>\n                <div class=\"etitle\">Eastern demands scaled back: Morung partially conceded<\/div>\n                <div class=\"edesc\">Moira reduces eastern Terai demands as leverage runs short: full cession Kali\u2013Rapti; partial Rapti\u2013Gandak; only Mechi strip east of Kosi (for Sikkim access). Morung partially conceded. Final draft treaty sent. Nepal still delays; the Kathmandu court is unwilling to ratify. The British assemble a second campaign force under Ochterlony to compel ratification.<\/div>\n                <div class=\"epages\"><span>pp. 848\u2013868<\/span><\/div>\n            <\/div>\n\n            <div class=\"event border-purple\">\n                <div class=\"dot dot-purple\"><\/div>\n                <div class=\"date\">2 December 1815<\/div>\n                <div class=\"etitle\">Treaty of Sugauli signed by Gujraj Misser<\/div>\n                <div class=\"edesc\">Nepali plenipotentiary Gooroo Gujraj Misser signs the Treaty of Sugauli with Lieutenant-Colonel Bradshaw. Nepal cedes: all territory west of the Kali; the Terai strip from Kali to Rapti and portions east; Sikkim to be restored under British guarantee; British Resident at Kathmandu; Nepal to hire no Europeans without British consent. The Kathmandu court then refuses to ratify.<\/div>\n                <div class=\"epages\"><span>pp. 869\u2013886<\/span><\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n    <div class=\"phase-block\" id=\"ph-4\">\n        <div class=\"phase-label\">Settlement: 1816 and after<\/div>\n        <div class=\"timeline\">\n\n            <div class=\"event border-blue\">\n                <div class=\"dot dot-blue\"><\/div>\n                <div class=\"date\">January\u2013February 1816<\/div>\n                <div class=\"etitle\">Second campaign force assembles \u2014 Nepal compelled to ratify<\/div>\n                <div class=\"edesc\">Ochterlony advances a second campaign force toward Kathmandu. Facing military reality, Nepal ratifies the Sugauli Treaty on 4 March 1816. British forces withdraw. The Kali becomes Nepal&#8217;s permanent western boundary. Nepal loses Kamaon, Garhwal, the Sutlej hill states \u2013 more than a third of its dominions accumulated over 30 years of conquest.<\/div>\n                <div class=\"epages\"><span>pp. 900\u2013961<\/span><\/div>\n            <\/div>\n\n            <div class=\"event border-blue\">\n                <div class=\"dot dot-blue\"><\/div>\n                <div class=\"date\">4 March 1816<\/div>\n                <div class=\"etitle\">Treaty of Sugauli ratified; boundaries take legal effect<\/div>\n                <div class=\"edesc\">Nepal formally ratifies. The Kali\/Sardah river is established as Nepal&#8217;s western boundary &#8220;from its source on the Snowy Mountains&#8221; to the plains. The 1860 boundary survey will use both names together: &#8220;the River Kali or Sardah.&#8221;<\/div>\n                <div class=\"epages\"><span>pp. 908\u2013961<\/span><\/div>\n            <\/div>\n\n             <div class=\"event border-blue\">\n                <div class=\"dot dot-blue\"><\/div>\n                <div class=\"date\">6 August 1816<\/div>\n                <div class=\"etitle\">Moira&#8217;s definitive strategic retrospective<\/div>\n                <div class=\"edesc\">&#8220;The only solid policy was to fix on a river, the banks of which were of a strength to be guarded by a moderate force against any efforts of the enemy, and to make that river a line of separation from the snowy ridge to the plain. The Kali, which severs the Goorka possession nearly in two, was the feature required.&#8221; The Kamaon-Tartary overland corridor to Beijing is named as converting the China threat into a strategic asset, reducing Canton Viceroy&#8217;s leverage over the tea trade.<\/div>\n                <div class=\"epages\"><span>pp. 999\u20131000<\/span><\/div>\n            <\/div>\n\n            <div class=\"event border-red\">\n                <div class=\"dot dot-red\"><\/div>\n                <div class=\"date\">1857\u20131860<\/div>\n                <div class=\"etitle\">Nepal&#8217;s loyalty in the rebellion; Terai partially restored<\/div>\n                <div class=\"edesc\">Jung Bahadur Rana sends Nepali forces to assist in the recapture of Lucknow during the 1857 rebellion. In recognition, the Treaty of 1860 restores to Nepal the Terai lowlands between the Kali and the Rapti ceded under Sugauli. The Kali remains unchanged as Nepal&#8217;s western boundary. Article 1 of the 1860 treaty confirms &#8220;all previous treaties&#8221; anchoring Sugauli permanently.<\/div>\n                <div class=\"epages\"><span>Treaty of 1860 \u2014 external<\/span><\/div>\n            <\/div>\n\n            <div class=\"event border-amber\">\n                <div class=\"dot dot-amber\"><\/div>\n                <div class=\"date\">Present<\/div>\n                <div class=\"etitle\">The Kalapani dispute: Sugauli&#8217;s unresolved headwaters<\/div>\n                <div class=\"edesc\">The 1816 treaty text names &#8220;the River Kali&#8221; without specifying which of several source streams constitutes the Kali at high altitude near Kalapani and Lipu Lekh. The 1860 survey did not extend to the headwaters (then uninhabited and strategically unimportant). The 1824 document&#8217;s Rutherfurd survey (p. 104), &#8220;from its source on the Snowy Mountains&#8221;, and the passage on p. 572 (exploring whether to demand territory east of the Kali if the Tartary route required it) are primary documentary evidence of what the British understood the boundary to be at the moment they drew it.<\/div>\n                <div class=\"epages\"><span>pp. 104, 572, 764<\/span><\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n<\/div>\n\n<script>\n    function show(n) {\n        document.querySelectorAll('.phase-block').forEach((b, i) => {\n            b.classList.remove('visible');\n            if (i === n) b.classList.add('visible');\n        });\n        document.querySelectorAll('.tab').forEach((t, i) => {\n            t.classList.toggle('active', i === n);\n        });\n    }\n<\/script>\n\n\n\n<h2 class=\"wp-block-heading\">Footnotes:<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>The British East-India Company was administered by the Governor-General <strong><a href=\"https:\/\/en.wikipedia.org\/wiki\/Francis_Rawdon-Hastings,_1st_Marquess_of_Hastings\" target=\"_blank\" rel=\"noreferrer noopener\">Francis Edward Rawdon-Hastings<\/a><\/strong>, <strong>(styled 1st Marquis of Hastings, 2nd Earl of Moira)<\/strong>. The spellings for places and names are used as they are in the papers [see: References]. <\/li>\n\n\n\n<li>Gorkha\/Goorka and Nepal are used interchangeably in the document. <\/li>\n\n\n\n<li>Hastings and Moira are used interchangeably in formal letters.<\/li>\n\n\n\n<li>Both spellings: Kamaon and Kumaon appear in the document. <\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">References:<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Administration of the Marquis of Hastings. (1824). <em>Papers Respecting the Nepaul War: Printed in Conformity to the Resolution of the Court of Proprietors of the East-India Stock, of the 3d March 1824.<\/em> Great Queen Street: J.L. Cox. Retrieved from <a href=\"https:\/\/pahar.in\/wp-json\/pahar\/v1\/download?token=L3BhaGFyL0Jvb2tzIGFuZCBBcnRpY2xlcy9OZXBhbC8xODI0IFBhcGVycyBSZXNwZWN0aW5nIHRoZSBOZXBhdWwgV2FyIGJ5IEVhc3QgSW5kaWEgQ29tcGFueSBzLnBkZg%3D%3D.1782544142.cf10eb9dcd1524b4.70b1a516885d52536bac48ddb504932b5fc06d62edc9dc31449d07731907913c\" target=\"_blank\" rel=\"noreferrer noopener\">pahar.in<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Hamilton, F. (1819). <em>An Account of the Kingdom of Nepal and of the Territories annexed to this dominion by the House of Gorkha.<\/em> London: Edinburgh. Retrieved from <a href=\"https:\/\/pahar.in\/wp-json\/pahar\/v1\/download?token=L3BhaGFyL0Jvb2tzIGFuZCBBcnRpY2xlcy9OZXBhbC8xODE5IEFuIEFjY291bnQgb2YgdGhlIEtpbmdkb20gb2YgTmVwYWwgYnkgSGFtaWx0b24gcy5wZGY%3D.1782797574.7183df95bd40d811.8c826d6349d42795616e255102f5106b506aec8da6639ba589c440dd55cc1bbf\" target=\"_blank\" rel=\"noreferrer noopener\">pahar.in<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Mainali, M. (2023). <em><a href=\"https:\/\/www.goodreads.com\/book\/show\/218253736\" target=\"_blank\" rel=\"noreferrer noopener\">Mukam Ranamaidan<\/a>.<\/em> Kathmandu, Nepal: Book Hill.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/en.wikipedia.org\/wiki\/Treaty_of_Amritsar_(1809)#Original_text_of_treaty_of_Amritsar_(1809)\" target=\"_blank\" rel=\"noreferrer noopener\">Treaty of Amritsar (1809)<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/en.wikisource.org\/wiki\/Treaty_of_Sugauli\" target=\"_blank\" rel=\"noreferrer noopener\">Treaty of Sugauli<\/a><\/p>\n\n\n\n<div class=\"wp-block-group is-style-superbaddons-card has-background has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" style=\"background-color:#f1e8f17a\">\n<h5 class=\"wp-block-heading\">Also in this series:<\/h5>\n\n\n<ul class=\"wp-block-latest-posts__list has-link-color wp-elements-a14b5ee7fa343bddde03b351c5e93a41 wp-block-latest-posts\"><li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/www.dhakalankit.com.np\/en\/2026\/06\/12\/mahakali-river-timeline\/\">Mahakali River: A Timeline of Two Centuries of Neglect, Mismanagement, and Treason<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/www.dhakalankit.com.np\/en\/2026\/06\/30\/timeline-kali-river-theatre\/\">Timeline of the Kali River Theatre during the Anglo-Nepal War<\/a><\/li>\n<\/ul><\/div>\n","protected":false},"excerpt":{"rendered":"<p>The Kali River Theatre During the Anglo-Nepal War (1814-1816), the Kali River Theatre was a part of the British East India Company&#8217;s campaign in the western frontiers between the Kali and the Sutlej Rivers. Including an elaborate plan to capture Kumaon, the British looked to chase away the Gorkhas with the help of chiefs who [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":545,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[53,59,52],"tags":[64,62,68,63,54,69,60,61],"class_list":["post-512","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-mahakali-treaty","category-anglo-nepal-war","category-history","tag-almoda","tag-anglo-nepal-war","tag-balbhadra-kunwar","tag-kumaon","tag-mahakali-river","tag-nalapani","tag-timeline","tag-western-theatre"],"jetpack_featured_media_url":"https:\/\/www.dhakalankit.com.np\/wp-content\/uploads\/2026\/06\/image-scaled.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.dhakalankit.com.np\/en\/wp-json\/wp\/v2\/posts\/512","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dhakalankit.com.np\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dhakalankit.com.np\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dhakalankit.com.np\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dhakalankit.com.np\/en\/wp-json\/wp\/v2\/comments?post=512"}],"version-history":[{"count":23,"href":"https:\/\/www.dhakalankit.com.np\/en\/wp-json\/wp\/v2\/posts\/512\/revisions"}],"predecessor-version":[{"id":562,"href":"https:\/\/www.dhakalankit.com.np\/en\/wp-json\/wp\/v2\/posts\/512\/revisions\/562"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dhakalankit.com.np\/en\/wp-json\/wp\/v2\/media\/545"}],"wp:attachment":[{"href":"https:\/\/www.dhakalankit.com.np\/en\/wp-json\/wp\/v2\/media?parent=512"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dhakalankit.com.np\/en\/wp-json\/wp\/v2\/categories?post=512"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dhakalankit.com.np\/en\/wp-json\/wp\/v2\/tags?post=512"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}