Russians Offered One Million Rubles Per Child Amid Sinking Birth Rate

What's New

Russians in the Nizhny Novgorod Oblast receive one million rubles (about $10,000) for the birth of each child they have, starting from next year, amid the country's sinking birth rate.

Governor Gleb Nikitin's announcement was reported in the Institute for the Study of War (ISW)'s Russian Offensive Campaign Assessment on Tuesday.

Newsweek has contacted the authority for the city of Nizhny Novgorod, 270 miles east of Moscow, via email, for comment.

Why It Matters

Russia's current birth rate is 1.5 children per woman, and a birth rate of 2.1 children per woman is needed to sustain a population. Moscow's birth rate, in combination with heavy casualties from the war with Ukraine, has resulted in a population decline, and Russia's birth rate hit a new 25-year low in September.

What To Know

Governor Nikitin said the maternity capital payment made for the first and second child would come from federal funds, while the payment made for the third and fourth child would come from regional funds, the ISW reports. Terms and conditions for claimants were not clear.

Russia has already looked at opening a "ministry of sex" to combat the country's declining birth rate and has come up with a program in which female students aged 18 to 23 could be paid for having a child.

mother  russia
File photo of a new mother watches President Vladimir Putin's news conference on television in Omsk, taken in December 2026. The Nizhny Novgorod Oblast will pay one million rubles (about $10,000) per child from next... AP

Vladimir Putin has nominated Federation Council chairwoman Valentina Matvienko to lead the new council, which follows a Strategy of Action for family and demographic policy.

The Strategy of Action includes goals such as "protecting, supporting, and defending the family as the fundamental basis of Russian society," and "strengthening the institution of family and marriage as a union between a man and a woman based on the preservation and promotion of traditional family values."

What People Are Saying

Russian Health Minister Yevgeny Shestopalov has encouraged the population to "engage in procreation on breaks" while at work. "Being very busy at work is not a valid reason, but a lame excuse [for not starting a family]," he said. "You can engage in procreation during breaks, because life flies by too quickly."

Kremlin spokesman Dmitry Peskov has described the demographic decline as a "huge challenge" and said that pushing population growth with the new policies will produce a "super strong" country.

What Happens Next

The "Strategy of Action" will be implemented in two stages, from 2025 to 2030, and from 2031 to 2036. It aims to promote "family lifestyle" through media and advertising and provide resources to allow families to have more children.

The new strategy anticipates that the birth rate will increase to 1.6 children per woman by 2030, and 1.8 by 2036. The government also anticipates infant mortality rates will decrease, and life expectancies will lengthen.

\
\

Newsweek is committed to challenging conventional wisdom and finding connections in the search for common ground.

\ \
';uncommonKnowledgeItems[0].insertAdjacentHTML('afterend',uncommonKnowledgeContainerHtml);let uncommonKnowledgeContainerElement=document.getElementsByClassName('uncommon-knowledge');let itemsContainerElement=document.getElementById('uncommon-knowledge-items-container');uncommonKnowledgeContainerElement[0].style.display='block';uncommonKnowledgeItems.forEach((itemUncommon)=>{document.getElementById('uncommon-knowledge-items-container').insertAdjacentHTML('beforeend','
'+itemUncommon.innerHTML+'
');itemUncommon.remove()});jQuery('.start-slider').owlCarousel({loop:!1,margin:10,nav:!0,items:1}).on('changed.owl.carousel',function(event){var currentItem=event.item.index;var totalItems=event.item.count;if(currentItem===0){jQuery('.owl-prev').addClass('disabled')}else{jQuery('.owl-prev').removeClass('disabled')} if(currentItem===totalItems-1){jQuery('.owl-next').addClass('disabled')}else{jQuery('.owl-next').removeClass('disabled')}})}})})
Newsweek Logo

fairness meter

fairness meter

Newsweek is committed to journalism that's factual and fair.

Hold us accountable and submit your rating of this article on the meter.

Newsweek is committed to journalism that's factual and fair.

Hold us accountable and submit your rating of this article on the meter.

Click On Meter To Rate This Article

About the writer


Jordan King is a Newsweek reporter based in London, U.K. Her focus is on human interest-stories in Africa and the ... Read more

'} const div=createElementWithHtml('div',linkElement);div.classList.add('promo-link');element.parentNode.insertBefore(div,element.nextSibling)} function insertElementHtml(element,id){if(!element){console.error('insertElementHtml: element is not a DOM node');return} if(document.getElementById(id)){const div=createElementWithHtml('div',document.getElementById(id).innerHTML);element.parentNode.insertBefore(div,element.nextSibling)}} function createElementWithHtml(tag,html){const element=document.createElement(tag);element.innerHTML=html;return element} function checkSlideStart(){if(!slide_started)check_slide()} function removeEmbeddedTitles(){const embTIs=document.querySelectorAll('#v_article .embTI');embTIs.forEach(element=>element.remove());work_editor()} function processMobilePromoLink(){if(!mobile_device||(xuaInfo.device!=='mobile'&&xuaInfo.device!==''))return;const promoLink=document.querySelector('.promo-link');const newsletterSignup=document.getElementById('newsletterSignupHorizontal');if(!promoLink){return} if(!newsletterSignup){return} if(!promoLink.parentNode){return} promoLink.parentNode.insertBefore(newsletterSignup,promoLink.nextSibling)} function addReadMoreComponent(element){if(document.querySelectorAll('.read-more-embedded').length===0&&document.getElementById('readMoreTopics')){fetch('https://d.newsweek.com/json/read-more-articles?article_id=2006096&article_link=russia-declining-birth-rate-children-nizhny-novgorod-oblast-2006096&article_category=News&source=by_parsely&article_keyword_related=640&article_written=1735219168&size=4&days_old=4d&return=html&topic_label=Russia&topic_link=topic/russia').then(response=>response.json()).then(data=>{if(data&&data.html&&data.html.length>0){var readMoreTopicsElement=document.getElementById('readMoreTopics');readMoreTopicsElement.innerHTML=data.html;insertElementHtml(element,'readMoreTopics');readMoreTopicsElement.remove();let readmoreContainer=document.querySelector('.read-more-topics');let categoryGtm=document.querySelector('body').getAttribute('data-gtm-category');let actionGtm=readmoreContainer.getAttribute('data-gtm-action');let readmoreLinks=readmoreContainer.querySelectorAll('a');setGtmEventLinks(readmoreLinks,categoryGtm,actionGtm)}else{if(document.getElementById('readMoreTopics')){document.getElementById('readMoreTopics').remove()}}}).catch(error=>{console.error('Error fetching read more articles:',error)})}} function addLatestArticlesRightRail(elementId){if(document.getElementById(elementId)){fetch('https://d.newsweek.com/json/get-latest-articles?gtm_source=Latest_Updates_Right_Trail&return=html').then(response=>response.json()).then(data=>{if(data!==undefined&&data.json.length>0){const element=document.getElementById(elementId);element.innerHTML=data.html;element.style.display='';let latestArticlesContainer=document.querySelector('.articles-single-column-container');let categoryGtm=document.querySelector('body').getAttribute('data-gtm-category');let actionGtm=latestArticlesContainer.getAttribute('data-gtm-action');let latestArticlesLinks=latestArticlesContainer.querySelectorAll('a');setGtmEventLinks(latestArticlesLinks,categoryGtm,actionGtm)}}).catch(error=>{console.error('Error fetching latest articles:',error)})}} function getTrendingCommentsCount(data){const articles=data.json;Object.values(articles).forEach(({a_id})=>{getMessageCount(a_id,`article-${a_id}`,"comments")})} function addTrendingArticlesRightRail(elementId){if(document.getElementById(elementId)){fetch('https://d.newsweek.com/json/get-trending-articles?return=html&limit=5').then(response=>response.json()).then(data=>{if(data!==undefined&&data.json.length>0){const element=document.getElementById(elementId);element.innerHTML=data.html;element.style.display='';let trendingArticlesContainer=document.querySelector('.numbered-list-container');let categoryGtm=document.querySelector('body').getAttribute('data-gtm-category');let actionGtm=trendingArticlesContainer.getAttribute('data-gtm-action');let trendingArticlesLinks=trendingArticlesContainer.querySelectorAll('a');setGtmEventLinks(trendingArticlesLinks,categoryGtm,actionGtm);getTrendingCommentsCount(data)}}).catch(error=>{console.error('Error fetching trending articles:',error)})}}