> ## Documentation Index
> Fetch the complete documentation index at: https://travel-info.co.zw/llms.txt
> Use this file to discover all available pages before exploring further.

# Khami Ruins

> Visit Khami Ruins, Zimbabwe's second UNESCO World Heritage Site near Bulawayo. Torwa dynasty capital with terraced walls, a museum, and guided tour options.

export const LocationMap = ({lat, lng, zoom = 12, title = "Location", showMarker = true, height = "400px"}) => {
  if (!lat || !lng) {
    return <div className="p-4 bg-gray-100 dark:bg-gray-800 rounded-lg text-center text-gray-600 dark:text-gray-400">
        Map coordinates not available
      </div>;
  }
  const delta = 0.5 / Math.pow(2, zoom - 10);
  const bbox = `${lng - delta},${lat - delta},${lng + delta},${lat + delta}`;
  let mapUrl = `https://www.openstreetmap.org/export/embed.html?bbox=${bbox}&layer=mapnik`;
  if (showMarker) {
    mapUrl += `&marker=${lat},${lng}`;
  }
  const fullMapUrl = `https://www.openstreetmap.org/?mlat=${lat}&mlon=${lng}#map=${zoom}/${lat}/${lng}`;
  return <div className="my-6">
      {}
      <div className="flex flex-wrap items-center gap-4 mb-3 text-sm">
        <div className="flex items-center gap-2 text-gray-600 dark:text-gray-400">
          <svg className="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
            <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z" />
            <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M15 11a3 3 0 11-6 0 3 3 0 016 0z" />
          </svg>
          <span className="font-mono">
            {lat.toFixed(4)}°{lat >= 0 ? 'N' : 'S'}, {lng.toFixed(4)}°{lng >= 0 ? 'E' : 'W'}
          </span>
        </div>
        <a href={fullMapUrl} target="_blank" rel="noopener noreferrer" className="text-primary-600 hover:text-primary-700 dark:text-primary-400 hover:underline">
          View larger map →
        </a>
      </div>
      {}
      <div className="relative rounded-lg overflow-hidden border border-gray-200 dark:border-gray-700" style={{
    height
  }}>
        <iframe src={mapUrl} style={{
    width: '100%',
    height: '100%',
    border: 0
  }} title={`Map of ${title}`} loading="lazy" referrerPolicy="no-referrer-when-downgrade" allowFullScreen />
      </div>
      {}
      <div className="mt-2 text-xs text-gray-500 dark:text-gray-500">
        Map data © <a href="https://www.openstreetmap.org/copyright" target="_blank" rel="noopener noreferrer" className="hover:underline">
          OpenStreetMap contributors
        </a>
      </div>
    </div>;
};

<img src="https://mintlify.s3.us-west-1.amazonaws.com/zimbabwetravelinfo/images/heritage/khami-ruins-main.jpg" alt="Khami Ruins terraced walls" />

**Khami Ruins** (also spelled Khame or Kame) is a UNESCO World Heritage Site located 22 kilometers west of Bulawayo. As the second largest stone-built monument in Zimbabwe after Great Zimbabwe, Khami was the capital of the Torwa Kingdom and represents an important phase in Zimbabwean history (1450-1683 AD).

<LocationMap lat={-20.1583} lng={28.4417} zoom={14} title="Khami Ruins" />

<Info>
  **UNESCO World Heritage Site** - Inscribed in 1986 for its outstanding universal value as an example of innovative dry-stone walling techniques and its evidence of extensive international trade networks.
</Info>

***

## Quick Facts

|                   |                                            |
| ----------------- | ------------------------------------------ |
| **Location**      | 22 km west of Bulawayo, Matabeleland North |
| **UNESCO Status** | World Heritage Site (1986)                 |
| **Period**        | c. 1450-1683 AD                            |
| **Kingdom**       | Torwa Dynasty (Butua State)                |
| **Size**          | Approximately 2 km²                        |
| **Entry Fee**     | \$10 USD                                   |
| **Hours**         | 8:00 AM - 5:00 PM daily                    |

***

## History

### Rise of the Torwa Dynasty

After the decline of Great Zimbabwe around 1450 AD, power shifted westward. The Torwa dynasty established Khami as the capital of what became known as the Butua State. Unlike Great Zimbabwe which was built on flat ground, Khami's builders chose to construct on natural granite hills, incorporating the landscape into their architecture.

### Architectural Innovation

Khami represents an evolution in building techniques:

* **Terracing** - Walls built as retaining structures for artificial platforms
* **Decoration** - Distinctive checkered, herringbone, and cord patterns
* **Integration** - Natural rock outcrops incorporated into structures
* **Drainage** - Sophisticated systems to manage water runoff

### International Trade

Archaeological evidence reveals extensive trade networks:

* **Chinese porcelain** from the Ming Dynasty
* **Spanish coins** and trade goods
* **German beads** from European traders
* **Gold objects** and copper ingots
* **Portuguese trade items** suggesting contact with explorers

A small cross found at the site may indicate early contact with Portuguese missionaries, predating official records.

### Decline

Khami was destroyed by fire around 1683 during conflicts with the Rozvi dynasty under Changamire Dombo. The Rozvi subsequently established their capital at Danangombe (Dhlo Dhlo).

***

## What to See

### The Hill Complex (Royal Area)

The most impressive part of Khami, situated on a granite kopje overlooking the Khami River. This was likely the residence of the ruler.

**Highlights:**

* **Precipice Ruin** - The highest point with panoramic views
* **Passage Ruin** - Features a narrow stone-lined passage
* **Platform 1** - Largest terrace with decorated walls up to 6 meters high
* **Checkered Wall** - Distinctive black and white decoration pattern

### Cross Ruin

Named after a small iron cross discovered here, possibly of Portuguese origin. This area shows evidence of:

* European trade goods
* Gold-working activities
* Possible religious significance

### The Museum

A small but informative on-site museum displays:

* Archaeological artifacts from excavations
* Pottery and ceramic finds
* Metal objects including gold
* Imported trade items
* Information panels on Khami's history

### Natural Setting

The ruins are set in beautiful natural surroundings:

* Granite kopjes covered in vegetation
* Views over the Khami River valley
* Rich birdlife and occasional wildlife
* Ancient baobab trees

***

## Comparing Khami to Great Zimbabwe

| Feature        | Great Zimbabwe         | Khami                 |
| -------------- | ---------------------- | --------------------- |
| **Period**     | 1100-1450 AD           | 1450-1683 AD          |
| **Style**      | Free-standing walls    | Terraced platforms    |
| **Decoration** | Plain (except chevron) | Elaborate patterns    |
| **Terrain**    | Flat valley            | Natural hills         |
| **Purpose**    | Royal + trade center   | Royal capital         |
| **Size**       | Larger complex         | Smaller, more compact |

***

## Visiting Khami Ruins

### Getting There

**From Bulawayo (22 km):**

* Head west on the Old Khami Road
* Turn right at the signposted junction
* Continue to the entrance gate
* Drive time: approximately 30 minutes

**GPS Coordinates:** -20.1594° S, 28.3728° E

### What to Bring

* Comfortable walking shoes (uneven terrain)
* Sun protection (hat, sunscreen)
* Water
* Camera
* Binoculars for birdwatching

### Visitor Tips

<Tip>
  **Best Time to Visit:** Early morning or late afternoon for photography and cooler temperatures. Weekdays are quieter than weekends.
</Tip>

* Allow 2-3 hours for a thorough visit
* Hire a local guide at the entrance for deeper insights
* Start at the museum to understand the site's context
* The Hill Complex involves climbing - moderate fitness required
* No food available on site - bring snacks if needed

***

## Practical Information

### Entry Fees

| Visitor Type           | Fee (USD) |
| ---------------------- | --------- |
| International Adults   | \$10      |
| International Children | \$5       |
| SADC Adults            | \$5       |
| SADC Children          | \$3       |
| Zimbabwean Adults      | \$2       |
| Zimbabwean Children    | \$1       |

### Facilities

* ✅ Parking
* ✅ Toilets
* ✅ On-site museum
* ✅ Guides available
* ❌ No restaurant (bring own refreshments)
* ❌ Limited wheelchair access

### Contact

**National Museums and Monuments of Zimbabwe**

* Phone: +263 29 226 2046
* Website: [www.nmmz.co.zw](http://www.nmmz.co.zw)

***

## Nearby Attractions

<CardGroup cols={2}>
  <Card title="Bulawayo" icon="city" href="/destinations/bulawayo">
    Zimbabwe's second city with colonial architecture and museums
  </Card>

  <Card title="Matobo Hills" icon="mountain" href="/destinations/matobo-hills">
    Dramatic granite formations and world-class rock art (45 km)
  </Card>

  <Card title="Natural History Museum" icon="bone" href="/destinations/bulawayo">
    One of the best museums in southern Africa (in Bulawayo)
  </Card>

  <Card title="Chipangali Wildlife Orphanage" icon="paw" href="/destinations/bulawayo">
    Wildlife sanctuary and rehabilitation center (25 km)
  </Card>
</CardGroup>

***

## Suggested Itinerary: Bulawayo Heritage Circuit

**Day 1: Bulawayo City**

* Morning: Natural History Museum
* Afternoon: Railway Museum & city tour
* Evening: Dinner in the suburbs

**Day 2: Khami Ruins**

* Morning: Explore Khami (2-3 hours)
* Afternoon: Drive to Matobo Hills
* Evening: Sunset at World's View

**Day 3: Matobo Hills**

* Morning: Rock art sites (Nswatugi, Pomongwe)
* Afternoon: Rhino tracking or game drive
* Evening: Return to Bulawayo

***

## Conservation

Khami Ruins is protected under Zimbabwean law and managed by the National Museums and Monuments of Zimbabwe (NMMZ). Visitors can support preservation by:

* Staying on designated paths
* Not climbing on walls or structures
* Not removing any artifacts or stones
* Reporting any damage to site staff
* Paying entry fees (funds conservation)

<Warning>
  It is illegal to remove any artifacts, stones, or materials from the site. Violators face prosecution under the National Museums and Monuments Act.
</Warning>
