← Lazizbek G'aniqulov

Foreign money now pays for most of Uzbekistan's investment

Between 2016 and 2025, the share of investment financed by foreign capital roughly tripled — in two distinct jumps, not one steady climb. And the shift didn't land the same way in every region.

The question

This is the second in a small series of public-data projects, after one on internet adoption. This time I wanted something that needed real cleaning before it could be trusted — five separate government files instead of one clean indicator.

Uzbekistan's investment in fixed assets is financed from four sources: the state budget, foreign investment and loans, enterprises' own funds, and bank loans. I wanted to know how that mix has shifted, and whether it looks the same everywhere in the country.

The data

Source: the National Statistics Committee of Uzbekistan (stat.uz), five open datasets — one per funding category, each covering the national total and 14 regions, 2000 to 2025. I pulled all five, reshaped them from wide (one column per year) to long format, and loaded them into a small SQLite database to query properly rather than eyeballing five separate spreadsheets.

Foreign investment's share of total financing — Uzbekistan, 2010–2025

0% 30% 60% 90% 2010 2013 2016 2019 2022 2025 2016 Currency reform begins 2022 Privatization begins 26.4% 71.9%

Two waves, not one

The share held flat around 18–20% for most of the early 2010s, then jumped to 43.6% by 2019 — the same stretch as the 2017 currency liberalization and the market reforms that followed. It then held flat again through 2022, before jumping a second time: 42.8% to 71.9% in three years. That second wave lines up with the privatization of state enterprises across banking, chemicals, construction and transport that began in 2022, alongside a wider redirection of regional capital away from Russia after 2022.

The shift wasn't even

Breaking the national number down by region shows the same jump landing very differently depending on where you look. Tashkent region gained the most — up 45.3 points from 2019 to 2024. Surkhandarya is the only region where the foreign share fell over the same period.

Change in foreign investment share, 2019 → 2024, by region (percentage points)

Tashkent region +45.3 Navoi region +42.2 Andijan region +38.3 Namangan region +36.5 Karakalpakstan +33.2 Samarkand region +31.8 Bukhara region +28.4 Jizzakh region +26.8 Syrdarya region +25.2 Fergana region +18.2 Khorezm region +16.7 Tashkent city +15.0 Kashkadarya region +0.4 Surkhandarya region -3.9

Kashkadarya barely moved — but only because it was already at 70.3% in 2019, among the highest in the country. The pattern that emerges: resource- and industry-heavy regions (Navoi's mining, Bukhara, Andijan) pulled in foreign capital fastest. Tashkent city — the capital, where state budget and bank credit are both more available — ended up with the lowest foreign share of anywhere in the country by 2025.

71.9% of national investment is foreign-financed, 2025
83.7% in Navoi region — the highest in the country
57.3% in Tashkent city — the lowest, despite being the capital

Source: National Statistics Committee of the Republic of Uzbekistan (stat.uz), "Investments in fixed capital," downloaded 2026-09-10. Full data, SQL, and validation queries: github.com/lazizg/uzbekistan-investment-analysis.

What doesn't quite add up

The four financing categories don't sum to 100% in every region-year — averaging around 94–95%, sometimes as low as 62%. A separate check confirms "attracted funds" equals exactly 100% minus "own funds" in every single row, which means the gap sits inside "attracted funds" itself: foreign capital, state budget, and bank loans don't fully account for it, implying an unlabelled "other" category stat.uz doesn't break out in these five files. The headline number — foreign share on its own — is measured directly, not derived from the others, so it doesn't inherit this gap. I'd trust the national and regional foreign-share numbers here; I'd want to dig further before trusting a claim about exactly what fills the rest.

← Back to work Get in touch