CINXE.COM

World Population Prospects - Population Division - United Nations

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta charset="utf-8" /><meta http-equiv="X-UA-Compatible" content="IE=edge" /><meta name="viewport" content="width=device-width, initial-scale=1" /><link href="//fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css" /><style>.pdf:after {vertical-align:super; content: url('/wpp/Common_Images/pdf_icon_small.png');}</style><style>.xls:after {vertical-align:super; content: url('/wpp/Common_Images/xls_icon_small.png');}</style><link href="/wpp/Common_Libraries/font-awesome-4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" /><link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto+Slab:400,700|Roboto:300,400,400i,500,700&amp;display=swap&amp;subset=cyrillic" rel="stylesheet" type="text/css" media="all" /><link href="/wpp/Common_Libraries/bootstrap-4.4.1-dist/css/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/wpp/Common_Libraries/kendoui.for.jquery.2022.2.621.commercial/styles/kendo.common.min.css" rel="stylesheet" type="text/css" /><link href="/wpp/Common_Libraries/kendoui.for.jquery.2022.2.621.commercial/styles/kendo.bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/wpp/Common_Libraries/SlickNav-1.0.10/dist/slicknav.min.css" rel="stylesheet" type="text/css" /><link href="/wpp/Common_Styles/Button.css" rel="stylesheet" type="text/css" /><link href="/wpp/Common_Styles/ToggleButton.css" rel="stylesheet" type="text/css" /><link href="/wpp/Common_Styles/RadioAsButton.css" rel="stylesheet" type="text/css" /> <style type="text/css"> /* Styles from http://www.un.org/styleguide/ */ body { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 18px; line-height: 20.15px; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 700; line-height: 1.1; color: #4d4d4d; } h1, .h1, h2, .h2, h3, .h3 { margin-top: 18px; margin-bottom: 9px; } h1, .h1 { font-size: 33px; } h1 { font-size: 2em; margin: 0.67em 0; } h2, .h2 { font-size: 27px; } h3 { margin-top: 26px; color: #666666; } h3 { font-size: 20.8px; } h4 { margin-bottom: 2px; } h4, .h4 { font-size: 17px; } h5 { font-size: 14.3px; margin-bottom: 2px; } h5 { font-size: 14.3px; margin-bottom: 2px; } h6, .h6 { font-size: 12px; } p { margin-bottom: 18px; } .labelClass { padding-left: 1px; color: #4d4d4d; font-size: 18.2px; text-transform: uppercase; margin-top: 0; letter-spacing: 0.03em; border-bottom: #00aeef solid 3px; padding-bottom: 7px; margin-bottom: 9px; } .blue { color: #008FD5; } .grey { color: #4D4D4D; } .footer .list-inline .footer-brand { height: 21px; margin-top: -6px; margin-bottom: 10px; background: url('//www.un.org/styleguide/img/un-logo-footer.png') left top no-repeat; } .footer .list-inline .footer-brand a { font-weight: 500; font-size: 21px; line-height: 21px; letter-spacing: -0.02em; color: #4d4d4d; text-transform: uppercase; text-decoration: none; display: block; padding-left: 30px; } .footer #block-menu-menu-footer-links ul.nav li { font-size: 11px; float: left; padding-right: 6.5px; margin-right: 5.85px; border-right: #737373 solid 1px; line-height: 1; } .footer ul.nav li { padding: 0; margin: 0 0 6.5px 0; } .footer ul.nav li a { padding: 0; margin: 0; color: black; } .footer ul.nav li a:hover { background-color: unset; } .footer ul.nav li { list-style-image: none; list-style-type: none; margin-left: 0; } .nav > li { position: relative; display: block; } footer { margin-top: 50px; } </style> <style type="text/css"> /* Overrides Bootstrap CSS */ .navbar .navbar-brand { height: auto !important; } .no-gutter > [class*='col-'] { padding-right: 0; padding-left: 0; } </style> <style> /* Custom styles */ a:link, a:active, a:hover { text-decoration: none; color: #003c97; } a:visited { text-decoration: none; color: #0049b6; } a:hover { text-decoration: underline; } .no-border { border: 0px; } .blackbordertop { border-top: 1px solid black; } .no-margin { margin: 0px; } .no-padding { padding: 0px !important; } em { font-style: italic; } .bold { font-weight: bold; } .FullWidth { width: 100%; } .FullHeight { height: 100%; } .VerticallyCentered { vertical-align: middle; } .HorizontallyCentered { text-align: center; } .HorizontallyCentered { text-align: center; } .UndecoratedLink, .UndecoratedLink:visited, .UndecoratedLink:hover, .UndecoratedLink:link { color: inherit; text-decoration: inherit; } @media (min-width: 1200px) { .bigscreenonly { display: block; } .smallscreenonly { display: none; } } @media (max-width: 1199px) { .bigscreenonly { display: none; } .smallscreenonly { display: block; } } </style> <script type="text/javascript"> function openFeedback(URL, sender, args) { //Get the reference to window var windowFeedback = $("#windowFeedback"); //Create window object if not created yet if (!windowFeedback.data("kendoWindow")) { windowFeedback.kendoWindow({ width: "300px", height: "355px", title: "Feedback", content: URL, modal: true, resizable: false, actions: ['close'], visible: false, iframe: true }); } else { windowFeedback.data("kendoWindow").refresh(URL); } //Open and center the feedback window windowFeedback.data("kendoWindow").open(); windowFeedback.data("kendoWindow").center(); } //This is called from within the feedback window function closeFeedback() { $("#windowFeedback").data("kendoWindow").close(); } </script> <title>World Population Prospects - Population Division - United Nations</title> <!-- Google Tag Manager --> <!-- Google tag (gtag.js) population@un.org --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-Z66TX0S98B"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-Z66TX0S98B'); </script> <!-- Google tag (gtag.js) Unpopulation@gmail.com --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-3HVPRC8P6Y"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-3HVPRC8P6Y'); </script> <script> (function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-TBT7N9K');</script> <!-- End Google Tag Manager --> <script> (function (i, s, o, g, r, a, m) { i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () { (i[r].q = i[r].q || []).push(arguments) }, i[r].l = 1 * new Date(); a = s.createElement(o), m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m) })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); ga('create', 'UA-16635386-3', 'auto'); ga('send', 'pageview'); </script> <style type="text/css"> a { font-weight: bold; } </style> <style type="text/css"> .PageTitle { width: 100%; text-align: center; font-size: 120%; font-weight: 700; margin-bottom: 12px; } .Copyright { text-align: center; margin-top: 10px; font-size: small; } .Disclaimer { text-align: left; margin-top: 5px; font-size: small; } .CellHeading { border-bottom: solid 1px lightblue; font-weight: bold; } .AlternatingRow tr:nth-child(odd) { background-color: white; } .AlternatingRow tr:nth-child(even) { background-color: #E9F1F8; } .TabsAsButtons.k-tabstrip { text-align: center; width: 100%; } .TabsAsButtons.k-tabstrip .k-tabstrip-items { text-align: center; } .TabsAsButtons.k-tabstrip .k-tabstrip-items > .k-item { background-image: none; background-color: white; border: solid 2px lightgray; display: inline-block; border-radius: 0px; max-width: 300px; height: auto; margin-top: 5px; } .TabsAsButtons.k-tabstrip .k-tabstrip-items > .k-item.k-state-active { border: solid 2px #5B86AD !important; background-color: #5B86AD !important; } .TabsAsButtons.k-tabstrip .k-tabstrip-items > .k-item.k-state-active .k-link { color: white !important; } .TabsAsButtons.k-tabstrip .k-tabstrip-items .k-item .k-link { padding-top: 4px; font-size: 0.9em; } .TabsAsButtons.k-tabstrip .k-tabstrip-items .k-item:not(:first-child) { margin-left: 10px; } .TabsAsButtons.k-tabstrip .k-content { border: none; } </style> <style type="text/css"> /* Custom style for Kendo UI Menu */ .k-menu .k-item { background-color: white; border-color: #070050; } .k-menu .k-item.k-state-hover { background-color: #5B92E5; } .k-menu .k-item.k-state-hover > a { color: white; } .k-menu .k-item.k-state-border-down > span { background-color: #5B92E5; color: white; } /* Custom style for Kendo UI TabStrip */ .k-tabstrip { color: black; background-color: white !important; border-width: 0px !important; } .k-tabstrip:focus { -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; } .k-tabstrip .k-tabstrip-items { border-width: 0 !important; /* Align tabs to the left instead of center (default) */ text-align: left; } .k-tabstrip .k-tabstrip-items > .k-item { height: 28px; } .k-tabstrip .k-tabstrip-items > .k-item.k-tab-on-top { /* Avoid border below opened tab */ padding-bottom: 2px; } .k-tabstrip .k-tabstrip-items > .k-item > .k-link { /* Increase tab's width */ margin-left: 20px; margin-right: 20px; } .k-tabstrip .k-tabstrip-items > .k-item.k-state-active { background-color: white !important; border-top-color: rgba(50, 77, 146, 1) !important; border-left-color: darkgray !important; border-right-color: darkgray !important; border-bottom-color: white !important; } .k-tabstrip > .k-content { border-color: darkgray !important; color: black; } .k-tabstrip .k-content.k-state-active { color: black; } /* Custom style for Kendo UI PanelBar */ .k-panelbar .k-item .k-header { background-color: aliceblue; color: black; } .k-panelbar .k-item .k-header.k-state-hover { color: black; } .k-panelbar .k-item .k-header.k-state-selected { box-shadow: none; background-color: rgba(50, 77, 146, 1); color: white; } .k-panelbar .k-item .k-header.k-state-selected.k-state-hover { color: white; } .k-panelbar .k-item .k-header.k-state-focused { border: none; } .k-panelbar .k-item .k-content { padding: 10px; } /*Alternating row color for Grids */ .k-grid .k-alt { background-color: #E9F1F8; } /* Custom style for Kendo UI Slider*/ .k-slider .k-slider-selection { background-color: #5B92E5; } .k-slider .k-draghandle { background-image: none; background-color: darkblue; border-color: darkblue; } .k-slider .k-draghandle:hover { background-image: none; background-color: darkblue; border-color: darkblue; } .k-slider .k-draghandle.k-state-focused:hover { background-image: none; background-color: darkblue; border-color: darkblue; } .k-slider .k-state-focused { background-color: darkblue; border-color: darkblue; box-shadow: none; } .k-slider .k-state-focused:link { background-color: darkblue; border-color: darkblue; box-shadow: none; } .k-slider .k-state-focused:hover { background-color: darkblue; border-color: darkblue; box-shadow: none; } .k-widget.k-tooltip.k-slider-tooltip { background-color: white; border-color: darkblue; } /* Combobox and DropDownList */ .k-list-container .k-item { background-color: white; color: black; } .k-list-container .k-item.k-state-selected { background-color: #5B92E5; border: none; color: white; } .k-list-container .k-item.k-state-hover { background-color: gray; color: white; } .k-dropdown-wrap.k-state-focused { background-color: #e9e9e9 !important; } .k-dropdown-wrap.k-state-hover { background-color: #e9e9e9 !important; } /* Treeview */ .k-treeview .k-state-hover { background-color: lightblue !important; } .k-treeview .k-state-focused { border-color: lightblue !important; box-shadow: inset 0 0 3px 1px lightblue; } /* ListBox*/ .k-list .k-item:not(.k-state-disabled):hover { background-color: lightblue !important; } .k-list > .k-state-selected { background-color: #5B92E5 !important; border: none !important; color: white !important; } /* Buttons */ .k-button:active { border-color: lightblue !important; background-color: #5B92E5 !important; } /* Checkbox */ .k-checkbox + .k-checkbox-label:active::before { box-shadow: 0 0 3px 0 #5B92E5 !important; border-color: #5B92E5 !important; } .k-checkbox:checked + .k-checkbox-label::before { border-color: #5B92E5 !important; color: #5B92E5 !important; box-shadow: 0 0 3px 0 #5B92E5 !important; } </style> <!-- UN logo and DESA branding style --> <style type="text/css"> /*----------------------------------------------------------------------------------- sass/header.scss -----------------------------------------------------------------------------------*/ .un-site-header { margin: 25px 0px 30px; } .un-site-header .un-header__inner { max-width: 800px; } .un-site-header .un-site-logo { height: 60px; float: left; margin-right: 15px; padding: 0; border-right: 1px solid black; } .un-site-header .un-site-logo-ar { height: 60px; float: right; margin-left: 15px; padding: 0; border-left: 1px solid black; } .un-site-header .un-site-name { font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #4d4d4d; } /* UN Header Standard -----------------------------------------------------------------*/ /* Display Options to accomodate different site names’ lenght: - display--large: site names with max aprox 40 characters (1 line). - display--base: site names with max aprox 60 characters (2 lines). - display--small: site names with more than 60 characters (2 lines). - display--extra-small: site names with more than 60 characters (2 lines). */ .un-header--standard .un-site-name.display--large { /* line-height: 2.2; padding-top: 10px; */ height: 60px; vertical-align: middle; display: table-cell; } .un-header--standard .un-site-name.display--large .un-site-name__first-line { font-size: 25px; } .un-header--standard .un-site-name.display--base { line-height: 1.2; } .un-header--standard .un-site-name.display--base .un-site-name__first-line { font-size: 25px; } .un-header--standard .un-site-name.display--small .un-site-name__first-line, .un-header--standard .un-site-name.display--extra-small .un-site-name__first-line { font-size: 18px; } .un-header--standard .un-site-name.display--extra-small { line-height: 1.2; } .un-header--standard .un-site-name .un-site-name__first-line { /* Common for minimal and extended layouts */ font-weight: 500; display: block; } .un-header--standard .un-site-name .un-site-name__second-line { font-size: 22px; font-weight: 300; display: block; } .black { color: black; } .text21 { font-size: 21px; } @media (max-width: 720px) { .un-site-header { margin: 0; } .un-site-header .un-site-logo { float: none; margin: 10px 0 20px; border-right: none; height: 50px; } .un-site-header .un-site-logo-ar { float: none; margin: 10px 0 20px; border-left: none; height: 50px; } .un-site-header .un-site-name { border-top: 3px solid #f2f2f2; padding: 10px; } .un-site-header .un-site-name.display--large .un-site-name__first-line, .un-site-header .un-site-name.display--base .un-site-name__first-line, .un-site-header .un-site-name.display--small .un-site-name__first-line { font-size: 20px; line-height: 1.2; } .un-site-header .un-site-name.display--extra-small .un-site-name__first-line, .un-site-header .un-site-name .un-site-name__second-line { font-size: 16px; line-height: 1.2; } } </style> <style type="text/css"> /* Style to create tiles */ .TileLine { text-align: center; } .TileLine .TileBox { display: inline-block; position: relative; border: solid 2px transparent; padding-top: 3px; padding-left: 3px; padding-right: 3px; text-decoration: none; } .TileLine .TileBox:hover { border: solid 2px #5B86AD; } .TileLine .TileBox .TileImage { /* Reserve height dedicated to the label */ padding-bottom: 30px; /* Set image max width, so it allows dynamic resizing */ max-width: 100%; text-align: center; vertical-align: top; /* Remove blue border automatically added in some browsers */ border: none; } .TileLine .TileBox .TileLabel { display: inline-block; position: absolute; bottom: 0px; left: 0px; right: 0px; background-color: transparent; color: #5B86AD; font-weight: bold; } @media (max-width: 966px) { .TileLine { height: auto !important; } .TileLine .TileBox { width: 100% !important; height: 100% !important; margin-left: 0px !important; max-height: 106px !important; /* includes padding! see non-media class */ text-align: left !important; border-bottom: solid 1px lightgray; } .TileLine .TileBox .TileImage { padding-bottom: 0px !important; max-width: 100px !important; max-height: 100px !important; } .TileLine .TileBox .TileLabel { background-color: transparent !important; top: 50% !important; left: 130px !important; right: initial !important; bottom: initial !important; transform: translateY(-50%) !important; -webkit-transform: translateY(-50%) !important; -moz-transform: translateY(-50%) !important; -ms-transform: translateY(-50%) !important; } } </style> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-90288407-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'UA-90288407-1'); </script> <!-- End Global site tag (gtag.js) - Google Analytics --> <style type="text/css"> .IntroductionText { text-align: justify; font-size: smaller; } </style> <title> </title></head> <body> <style type="text/css"> #brand-bar { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; background: #f2f2f2; margin: 0; padding: 0; border: none !important; border-bottom: #00adef solid 5px !important; height: 41px; min-height: inherit; position: relative; min-height: auto; border: 1px solid transparent; margin-bottom: 0px; color: #777; } #brand-bar .brandbar-header { padding-top: 10px; } #brand-bar .brandbar-header a { padding: 0; font-size: 12.35px; line-height: 17.03px; font-weight: 400; letter-spacing: 0.03em; color: black; vertical-align: top; } #brand-bar .brandbar-header a:before { font-family: FontAwesome; color: black; content: "\f015"; font-size: 18.07px; line-height: 0.9; margin-right: 7.8px; float: left; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } </style> <div id="brand-bar" role="navigation"> <div class="container brandbar-header"> <div class="row"> <div class="col-md-4"> <!-- Brand and toggle get grouped for better mobile display --> <a href="http://www.un.org/en/">Welcome to the United Nations</a> </div> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-12"> <div class="bigscreenonly"> <div class="row row-eq-height"> <div class="col-8 un-site-header un-header--standard"> <div class="un-header__inner"> <a href="https://www.un.org/" class="UndecoratedLink"> <img class="un-site-logo" src="Common_Images/masthead-en.svg" alt="United Nations" /> </a> <div class="un-site-name display--large" style="line-height: 1.1"> <span class="un-site-name__first-line"><a class="UndecoratedLink" href="https://www.un.org/development/desa/en/">Department of Economic and Social Affairs</a></span> <span class="un-site-name__second-line"><a class="UndecoratedLink" href="https://population.un.org/">Population Division</a></span> </div> </div> </div> <div class="col-4 text-right"> <h3 class="black text21 bold no-margin" style="margin-top: 44px"> <a id="banner_lnkHome" class="UndecoratedLink" href="/wpp/">World Population Prospects 2024</a></h3> <!--<div class="bold" style="color: red; padding-top: 6px"><span style="border: dashed 1px red; padding: 2px; font-size: smaller">Embargoed until 11 Jul 2024</span></div>--> </div> </div> </div> <div class="smallscreenonly"> <div class="row"> <div class="col-12 text-center"> <div style="background-color: #5B92E5; color: white"> Population Division </div> </div> </div> </div> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-12"> <form method="post" action="./" id="form1"> <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTEwMDQ4OTU5MjUPZBYCZg9kFgJmD2QWAgIFD2QWAgIDDw8WAh4LTmF2aWdhdGVVcmwFBS93cHAvZGRkqbbELs3jKJGOSpWH0sYz1GGsXI6qnhOKGGfqALs6BfY=" /> </div> <script type="text/javascript"> //<![CDATA[ function prepareOpenFeedback(sender, eventArgs) { openFeedback(window.location.protocol + '//population.un.org/wpp/Feedback/Feedback.aspx?Page=%2fwpp%2fdefault.aspx', sender, eventArgs);}//]]> </script> <script src="/wpp/Common_Libraries/jquery/jquery-3.4.1.min.js" type="text/javascript"></script> <script src="/wpp/Common_Libraries/bootstrap-4.4.1-dist/js/bootstrap.min.js" type="text/javascript"></script> <script src="/wpp/Common_Libraries/Stuk-jszip-v3.10.0-21-g5be00df/Stuk-jszip-5be00df/dist/jszip.min.js" type="text/javascript"></script> <script src="/wpp/Common_Libraries/SlickNav-1.0.10/dist/jquery.slicknav.min.js" type="text/javascript"></script> <script src="/wpp/Common_Libraries/jquery.scrollTo-master/jquery.scrollTo.min.js" type="text/javascript"></script> <script src="/wpp/Common_Libraries/kendoui.for.jquery.2022.2.621.commercial/js/kendo.core.min.js" type="text/javascript"></script> <script src="/wpp/Common_Libraries/kendoui.for.jquery.2022.2.621.commercial/js/kendo.fx.min.js" type="text/javascript"></script> <script src="/wpp/Common_Libraries/kendoui.for.jquery.2022.2.621.commercial/js/kendo.userevents.min.js" type="text/javascript"></script> <script src="/wpp/Common_Libraries/kendoui.for.jquery.2022.2.621.commercial/js/kendo.draganddrop.min.js" type="text/javascript"></script> <script src="/wpp/Common_Libraries/kendoui.for.jquery.2022.2.621.commercial/js/kendo.mobile.scroller.min.js" type="text/javascript"></script> <script src="/wpp/Common_Libraries/kendoui.for.jquery.2022.2.621.commercial/js/kendo.data.min.js" type="text/javascript"></script> <script src="/wpp/Common_Libraries/kendoui.for.jquery.2022.2.621.commercial/js/kendo.popup.min.js" type="text/javascript"></script> <script src="/wpp/Common_Libraries/kendoui.for.jquery.2022.2.621.commercial/js/kendo.list.min.js" type="text/javascript"></script> <script src="/wpp/Common_Libraries/kendoui.for.jquery.2022.2.621.commercial/js/kendo.html.base.min.js" type="text/javascript"></script> <script src="/wpp/Common_Libraries/kendoui.for.jquery.2022.2.621.commercial/js/kendo.html.button.min.js" type="text/javascript"></script> <script src="/wpp/Common_Libraries/kendoui.for.jquery.2022.2.621.commercial/js/kendo.dropdownlist.min.js" type="text/javascript"></script> <script src="/wpp/Common_Libraries/kendoui.for.jquery.2022.2.621.commercial/js/kendo.columnsorter.min.js" type="text/javascript"></script> <script src="/wpp/Common_Libraries/kendoui.for.jquery.2022.2.621.commercial/js/kendo.sortable.min.js" type="text/javascript"></script> <script src="/wpp/Common_Libraries/kendoui.for.jquery.2022.2.621.commercial/js/kendo.grid.min.js" type="text/javascript"></script> <script src="/wpp/Common_Libraries/kendoui.for.jquery.2022.2.621.commercial/js/kendo.data.odata.min.js" type="text/javascript"></script> <script src="/wpp/Common_Libraries/kendoui.for.jquery.2022.2.621.commercial/js/kendo.panelbar.min.js" type="text/javascript"></script> <script src="/wpp/Common_Libraries/kendoui.for.jquery.2022.2.621.commercial/js/kendo.slider.min.js" type="text/javascript"></script> <script src="/wpp/Common_Libraries/kendoui.for.jquery.2022.2.621.commercial/js/kendo.tabstrip.min.js" type="text/javascript"></script> <script src="/wpp/Common_Libraries/kendoui.for.jquery.2022.2.621.commercial/js/kendo.menu.min.js" type="text/javascript"></script> <script src="/wpp/Common_Libraries/kendoui.for.jquery.2022.2.621.commercial/js/kendo.responsivepanel.min.js" type="text/javascript"></script> <script src="/wpp/Common_Libraries/kendoui.for.jquery.2022.2.621.commercial/js/kendo.window.min.js" type="text/javascript"></script> <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="36DE33B2" /> </div> <div id="windowFeedback"></div> <!-- Google Tag Manager (noscript) --> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TBT7N9K" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <!-- End Google Tag Manager (noscript) --> <style> #mnuDesktop { font-size: 13px; color: white; background-color: rgb(77, 77, 77); background-image: none; } #mnuDesktop .k-item { border-right: solid 1px rgb(99, 99, 99); } #mnuDesktop .k-item .k-link { height: 16.5px; padding-top: 10px; padding-bottom: 10px; padding-left: 15.8px; padding-right: 15.8px; color: white; background-color: rgb(77, 77, 77); } #mnuDesktop .k-item:last-child { border-right: none; } #mnuDesktop .k-item > a:hover { background-color: #5B92E5; } .MobileMenuBar { position: relative; background-color: #5B92E5; height: 20px; overflow: visible; } .MobileMenuBar img { /* Move the icon to be vertically centered with the header defined in the MasterPage*/ position: absolute; left: 10px; top: -15px; } .MobileMenuBar .Text { color: white; display: inline-block; position: absolute; left: 0px; right: 0px; text-align: center; } #MobileMenu { background-color: #EDEDED; z-index: 2000; /*must be higher than the 1030 set by bootstrap for the navbar*/ } #MobileMenu .Header { background-color: #5B92E5; color: white; text-align: center; width: 100%; font-weight: bold; font-size: 16px; vertical-align: middle; height: 30px; padding-top: 8px; } #MobileMenu .Footer { position: absolute; bottom: 20px; width: 100%; text-align: center; } #MobileMenu .slicknav_menu { background-color: transparent; } #MobileMenu .slicknav_nav { background-color: transparent; color: black !important; } #MobileMenu .slicknav_nav a { color: black !important; } #MobileMenu .slicknav_btn { display: none; } </style> <!-- menu for large screen --> <div class="bigscreenonly"> <style> #menuItemsContainer a { font-weight: normal; } #menuItemsContainer ul { margin: 0; /* Remove default margin */ padding: 0; /* Remove default padding */ list-style: none; /* Remove bullet points */ } #menuItemsContainer li { display: inline-block; /* Align items horizontally */ margin-right: 20px; /* Space between menu items, adjust as needed */ } </style> <div id="menuItemsContainer" style="display: none;"> <ul id="mnuDesktop"> <li> <a href="/wpp/">WPP Home</a> </li> <li>Data <ul> <li> <a href="/wpp/Download/">Download Center</a> </li> <li> <a href="https://population.un.org/dataportal/" target="_blank">Data Portal</a> </li> <li> <a href="/wpp/DataSources/">Data Sources</a> </li> </ul> </li> <li> <a href="/wpp/Graphs/">Graphs / Profiles</a> </li> <li>Documentation <ul> <li> <a href="/wpp/DefinitionOfRegions/">Definition of Regions</a> </li> <li> <a href="/wpp/GlossaryOfDemographicTerms/">Glossary of Demographic Terms</a> </li> <li> <a href="/wpp/Methodology/">Methodology</a> </li> <li> <a href="/wpp/DefinitionOfProjectionScenarios/">Definition of Projection Scenarios</a> </li> <li> <a href="/wpp/FAQs/">Frequently Asked Questions</a> </li> <li> <a href="/wpp/Publications/">Publications</a> </li> </ul> </li> <li><a href="//population.un.org/wup/">World Urbanization Prospects</a></li> <li><a href="//population.un.org/">Population Division</a> </li> <li><a href="/wpp/ContactUs">Contact Us</a></li> </ul> </div> </div> <!-- bar and menu for small screen --> <div class="smallscreenonly"> <!-- Bar --> <div class="MobileMenuBar" onclick="openResponsivePanel()"> <!-- toggle button menu for small screen --> <img src="Common_Images/MobileMenuIcon.png" /> <div class="Text"> <span id="body_ctl00_lblHeaderTextBar">World Population Prospects 2024</span> </div> </div> <!-- Menu --> <div id="MobileMenu"> <div class="Header"> <span id="body_ctl00_lblHeaderTextMenu">World Population Prospects 2024</span> </div> <div id="mobilemenu"></div> <style> #menuItemsContainer a { font-weight: normal; } #menuItemsContainer ul { margin: 0; /* Remove default margin */ padding: 0; /* Remove default padding */ list-style: none; /* Remove bullet points */ } #menuItemsContainer li { display: inline-block; /* Align items horizontally */ margin-right: 20px; /* Space between menu items, adjust as needed */ } </style> <div id="menuItemsContainer" style="display: none;"> <ul id="mnuMobile"> <li> <a href="/wpp/">WPP Home</a> </li> <li>Data <ul> <li> <a href="/wpp/Download/">Download Center</a> </li> <li> <a href="https://population.un.org/dataportal/" target="_blank">Data Portal</a> </li> <li> <a href="/wpp/DataSources/">Data Sources</a> </li> </ul> </li> <li> <a href="/wpp/Graphs/">Graphs / Profiles</a> </li> <li>Documentation <ul> <li> <a href="/wpp/DefinitionOfRegions/">Definition of Regions</a> </li> <li> <a href="/wpp/GlossaryOfDemographicTerms/">Glossary of Demographic Terms</a> </li> <li> <a href="/wpp/Methodology/">Methodology</a> </li> <li> <a href="/wpp/DefinitionOfProjectionScenarios/">Definition of Projection Scenarios</a> </li> <li> <a href="/wpp/FAQs/">Frequently Asked Questions</a> </li> <li> <a href="/wpp/Publications/">Publications</a> </li> </ul> </li> <li><a href="//population.un.org/wup/">World Urbanization Prospects</a></li> <li><a href="//population.un.org/">Population Division</a> </li> <li><a href="/wpp/ContactUs">Contact Us</a></li> </ul> </div> <div style="text-align: center; margin-top: 25px"> <button id="backBtn" type="button" onclick="closeResponsivePanel()" class="btn">&lt; Close</button> </div> <div class="Footer"> <img src="Common_Images/un_logo.png" /> </div> </div> </div> <script type="text/javascript"> $(function () { /* Initially, menu items are hidden to avoid being displayed during page load; When reaching here, it means page is loaded and is now being constructed, so this is to make menu items available */ $("#menuItemsContainer").css("display", "block"); //Build menu for large screen $("#mnuDesktop").kendoMenu({ orientation: 'horizontal' }).data("kendoMenu"); //Build menu for small screen $('#mnuMobile').slicknav({ label: '', duplicate: false, prependTo: '#mobilemenu' }); //Menu is always "open" because it is in fact hosted inside a Kendo UI Responsive Panel, that is only shown when requested (e.g. click in the navigation bar button) $('#mnuMobile').slicknav('open'); //Build the responsive panel, it won't open until requested (e.g. click in the navigation bar button) $("#MobileMenu").kendoResponsivePanel({ breakpoint: null, //so it does not open automatically (open/close controlled by a separate button) orientation: "left", toggleButton: "nothing" //to allow more control over the open behavior }); }); function openResponsivePanel() { /* Timeout is used because, if opened immediately, the click may propagate to the menu item that is displayed in the position touched, immediately navigating to the destination! Using setTimeout will avoid this because it gives time to "untouch" the screen and display the menu */ setTimeout(function () { $("#MobileMenu").data("kendoResponsivePanel").open(); }, 250); } function closeResponsivePanel() { $("#MobileMenu").data("kendoResponsivePanel").close(); } </script> <div style="margin-top: 10px"> <p class="IntroductionText"> The <span style="color: black; font-weight: bold"><i>2024 Revision</i> of <i>World Population Prospects</i></span> is the twenty-eighth edition of official United Nations population estimates and projections that have been prepared by the Population Division of the Department of Economic and Social Affairs of the United Nations Secretariat. It presents population estimates from 1950 to the present for 237 countries or areas, underpinned by analyses of historical demographic trends. This latest assessment considers the results of 1,910 national population censuses conducted between 1950 and 2023, as well as information from vital registration systems and from 3,189 nationally representative sample surveys. The <i>2024 revision</i> also presents population projections to the year 2100 that reflect a range of plausible outcomes at the global, regional and national levels. </p> <p class="IntroductionText"> The main results are presented in a <a href="Download">series of Excel files</a> displaying key demographic indicators for each UN development group, <i>World Bank</i> income group, geographic region, <i>Sustainable Development Goals (SDGs)</i> region, subregion and country or area for selected periods or dates within 1950-2100. An <a href="//unitednations.sharepoint.com///population.un.org/dataportal/">online database (Data Portal)</a> provides access to a subset of key indicators and interactive data visualization, including an open API for programmatic access. For advanced users who need to use these data in a database form or statistical software, we recommend to use the <a href="Download/Standard/CSV">CSV format</a> for bulk download. <a href="Download/SpecialAggregates">Special Aggregates</a> also provide additional groupings of countries (e.g., geographic, economic and trade, political, UN-related). Since the <i>2022 revision</i>, the estimates and projections are presented in one-year intervals of age and time instead of the five-year intervals used previously. The various datasets disaggregated by age are available in two forms: by standard 5-year age groups and single ages. </p> <p class="IntroductionText"> Additional outputs, including results from the probabilistic projections, and more detailed metadata will be posted soon after the initial public release. </p> <div style="width: 100%; text-align: center; color: #0066cc; font-size: medium; font-weight: bold; border-bottom-color: #0066cc; border-bottom-width: 2px; border-bottom-style: solid"> Quick Navigation </div> <br /> <div style="margin-left: 20px; margin-right: 20px; text-align: center"> <div class="TileLine"> <a href="Download/" class="TileBox"> <img id="body_body_imgDownload" class="TileImage" src="Common_Images/DownloadTile.png" style="width:120px;" /> <span class="TileLabel">Download Data Files</span> </a> <a class="TileBox" href="https://population.un.org/dataportal/" target="_blank" style="margin-left: 65px"> <img id="body_body_Image6" class="TileImage" src="Common_Images/interactivedata.gif" style="width:120px;" /> <span class="TileLabel">Data Portal</span> </a> <!-- <a href="Maps/" id="body_body_A1" class="TileBox" style="margin-left: 65px"> <img id="body_body_Image1" class="TileImage" src="Common_Images/GlobeTile.png" style="width:110px;" /> <span class="TileLabel">Maps</span> </a> --> <a href="Graphs/" class="TileBox" style="margin-left: 65px"> <img id="body_body_imgGraphs" class="TileImage" src="Common_Images/GraphsTile.png" style="width:120px;" /> <span class="TileLabel">Graphs and Profiles</span> </a> <a href="Publications/" class="TileBox" style="margin-left: 65px"> <img id="body_body_imgPublications" class="TileImage" src="Common_Images/PublicationsTile.png" style="width:110px;" /> <span class="TileLabel">Publications</span> </a> <a href="DataSources/" class="TileBox" style="margin-left: 65px"> <img id="body_body_imgDS" class="TileImage" src="Common_Images/DataSources.png" style="width:110px;" /> <span class="TileLabel">Data Sources</span> </a> </div> </div> <hr /> <p class="Disclaimer"><b>Disclaimer:</b> This web site contains data tables, figures, maps, analyses and technical notes from the current revision of the World Population Prospects. These documents do not imply the expression of any opinion whatsoever on the part of the Secretariat of the United Nations concerning the legal status of any country, territory, city or area or of its authorities, or concerning the delimitation of its frontiers or boundaries.</p> </div> </form> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-12"> <div style="width: 100%; text-align: center; margin-top: 20px"> <hr /> <a href="javascript:void(0);" onclick="prepareOpenFeedback(this, event)"> <span style="font-size: small">Leave feedback about this page</span> </a> <hr /> </div> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-12"> <footer class="footer container"> <div class="row list-inline"> <div class="col-md-12"> <div class="pull-left flip footer-brand"> <a href="http://www.un.org/en/" title="Home"><span class="site-name">United Nations</span></a> </div> <div class="pull-right flip"> <section class="region region-footer-5"> <div id="block-menu-menu-footer-links" class="block block-menu"> <ul class="menu nav"> <li class="first leaf"><a href="//www.un.org/en/sections/about-website/copyright/index.html">Copyright</a></li> <li class="leaf"><a href="//www.un.org/en/sections/about-website/fraud-alert/index.html">Fraud Alert</a></li> <li class="leaf"><a href="//www.un.org/en/sections/about-website/privacy-notice/">Privacy Notice</a></li> <li class="last leaf"><a href="//www.un.org/en/sections/about-website/terms-use/">Terms of Use</a></li> </ul> </div> </section> </div> </div> </div> </footer> </div> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10