Data Cart

Your data extract

0 variables
0 samples
View Cart

Codes and Frequencies




Can't find the category you are looking for? Try the Detailed codes

Explore how IPUMS created this variable

Download


      class Marst : public Editor {

public:
  Marst(VarPointer varInfo) : Editor(varInfo) {}
  void edit() {

    long a = getRecoded();
    switch (dataSet) {
    case dataset_id::br1991a: {
      long c = BR1991A_0447();
      if (c == 0 || c == 5)
        a = 111;
      long d = BR1991A_0444();
      if (d == 1)
        a = 213;
      if (d == 2)
        a = 211;
      if (d == 3)
        a = 212;
      if (d == 4)
        a = 220;
      if (d == 9)
        a = 200;
      d = BR1991A_0445();
      if (d == 1)
        a = 335;
      if (d == 2)
        a = 331;
      if (d == 3)
        a = 350;
      if (d == 4)
        a = 411;
      if (d == 9)
        a = 999;
    } break;
    case dataset_id::br2000a: {
      if (BR2000A_0478() == 1 && BR2000A_0480() == 4)
        a = 220;
      if (BR2000A_0482() == 1 && BR2000A_0480() == 1 && BR2000A_0478() == 1)
        a = 213;
      if (BR2000A_0482() == 1 && BR2000A_0480() == 2 && BR2000A_0478() == 1)
        a = 211;
      if (BR2000A_0478() == 1 && BR2000A_0480() == 3)
        a = 212;
      if (BR2000A_0478() == 2 && BR2000A_0482() == 1)
        a = 332;
      if (BR2000A_0482() == 5 && BR2000A_0480() == 4 && BR2000A_0478() == 2)
        a = 334;
      if (BR2000A_0482() == 5 && BR2000A_0480() == 3 && BR2000A_0478() == 2)
        a = 310;
    } break;
    case dataset_id::rw1991a: {
      if (RW1991A_0427() == 0 && RW1991A_0402() == 3)
        a = 0;
    } break;
    case dataset_id::rw2002a: {
      if (RW2002A_0428() == 99 && RW2002A_0403() == 3)
        a = 0;
    } break;
    case dataset_id::gn1983a: {
      if (GN1983A_0406() > 0 && GN1983A_0406() < 6 && GN1983A_0402() == 2)
        a = 200;
    } break;
    case dataset_id::gn1996a: {
      if (GN1996A_0422() > 1 && GN1996A_0422() < 7 && GN1996A_0402() == 2)
        a = 210;
      if (GN1996A_0422() == 99 && GN1996A_0403() == 3)
        a = 0;
    } break;
    case dataset_id::iq1997a: {
      if (IQ1997A_0407() == 2 && IQ1997A_0410() >= 2 && IQ1997A_0410() <= 4)
        a = 217;
    } break;
    case dataset_id::eg1996a: {
      if (EG1996A_0419() == 4 && EG1996A_0420() >= 2 && EG1996A_0420() <= 4)
        a = 217;
    } break;
    case dataset_id::ml1987a: {
      if (ML1987A_0402() == 2 && ML1987A_0427() >= 2 && ML1987A_0427() <= 5)
        a = 200;
    } break;
    case dataset_id::ml1998a: {
      if (ML1998A_0405() == 2 && ML1998A_0432() >= 2 && ML1998A_0432() <= 5)
        a = 200;
    } break;
    case dataset_id::pr1970a: {
      if (PR1970A_0516() == 2 && (PR1970A_0420() == 1 || PR1970A_0420() == 2))
        a = 220;
    } break;
    case dataset_id::pr1980a: {
      if (PR1980A_0556() == 2 && (PR1980A_0420() == 1 || PR1980A_0420() == 2))
        a = 220;
    } break;
    case dataset_id::pr1990a: {
      if (PR1990A_0560() == 2 && (PR1990A_0420() == 1 || PR1990A_0420() == 2))
        a = 220;
    } break;
    case dataset_id::eg2006a: {
      if (EG2006A_0408() > 1 && EG2006A_0408() < 8 && EG2006A_0407() == 3)
        a = 217;
    } break;
    case dataset_id::mw2008a: {
      if (MW2008A_0449() == 9 && MW2008A_0409() > 11)
        a = 0;
    } break;
    case dataset_id::mx2005a: {
      a = 999;
    } break;
    case dataset_id::uy2006a: {
      if (UY2006A_0416() == 1)
        a = 210;
      if (UY2006A_0416() == 2)
        a = 220;
    } break;
    case dataset_id::br2010a: {
      if (BR2010A_0447() == 1 && BR2010A_0449() == 4)
        a = 220;
      if (BR2010A_0450() == 1 && BR2010A_0449() == 1 && BR2010A_0447() == 1)
        a = 213;
      if (BR2010A_0450() == 1 && BR2010A_0449() == 2 && BR2010A_0447() == 1)
        a = 211;
      if (BR2010A_0447() == 1 && BR2010A_0449() == 3)
        a = 212;
      if (BR2010A_0447() == 2 && BR2010A_0450() == 1)
        a = 332;
      if (BR2010A_0450() == 5 && BR2010A_0447() == 2)
        a = 334;
    } break;
    case dataset_id::fj1976a: {
      if (FJ1976A_0426() == 1 && FJ1976A_0427() == 2)
        a = 400;
      if (FJ1976A_0426() == 1 && FJ1976A_0427() == 3)
        a = 300;
      if (FJ1976A_0426() == 1 && FJ1976A_0427() == 0)
        a = 300;
      if (FJ1976A_0426() == 1 && FJ1976A_0427() == 0 && FJ1976A_0429() == 2 &&
          FJ1976A_0430() == 2)
        a = 400;
    } break;
    case dataset_id::et1984a: {
      if (a == 0 && ET1984A_0404() < 10)
        a = 100;
    } break;
    case dataset_id::et1994a: {
      if (a == 0 && ET1994A_0404() < 10)
        a = 100;
    } break;
    case dataset_id::et2007a: {
      if (a == 0 && ET2007A_0404() < 10)
        a = 100;
    } break;
    case dataset_id::mz1997a: {
      if (a == 0 && MZ1997A_0403() < 12)
        a = 100;
    } break;
    case dataset_id::mz2007a: {
      if (a == 0 && MZ2007A_0403() < 12)
        a = 100;
    } break;
    case dataset_id::bw2001a: {
      if (a == 100 && BW2001A_0406() == 2)
        a = 0;
    } break;
    case dataset_id::bw2011a: {
      if (a == 100 && BW2011A_0410() == 2)
        a = 0;
    } break;
    case dataset_id::eg1986a: {
      if (EG1986A_0421() == 2 && EG1986A_0403() == 1 && EG1986A_0406() >= 18 &&
          EG1986A_0406() <= 99 && EG1986A_0422() >= 2 && EG1986A_0422() <= 4)
        a = 217;
    } break;
    case dataset_id::tt1980a: {
      if (a == 100 && TT1980A_0421() == 9 && TT1980A_0402() >= 19 &&
          TT1980A_0402() <= 98)
        a = 999;
    } break;
    case dataset_id::tt2011a: {
      if (a == 100 && (TT2011A_0415() == 0 || TT2011A_0415() == 3))
        a = 0;
    } break;
    case dataset_id::bj1992a: {
      if (BJ1992A_0419() == 99 && BJ1992A_0405() >= 0 && BJ1992A_0405() < 10 &&
          BJ1992A_0030(0) == 1)
        a = 100;
    } break;
    case dataset_id::rw2012a: {
      if (RW2012A_0447() == 2 && RW2012A_0448() >= 2 && RW2012A_0448() <= 5)
        a = 217;
    } break;
    case dataset_id::tg1960a: {
      if (TG1960A_0402() == 2 && TG1960A_0407(1) >= 2 && TG1960A_0407(1) <= 6)
        a = 217;
    } break;
    case dataset_id::tg1970a: {
      if (TG1970A_0400() == 2 && TG1970A_0401() >= 2 && TG1970A_0401() <= 8)
        a = 217;
    } break;
    case dataset_id::tg2010a: {
      if (TG2010A_0444() == 9 && TG2010A_0406() == 3)
        a = 0;
    } break;
    case dataset_id::sn2013a: {
      if (SN2013A_0483() == 99 && SN2013A_0034(0) == 1 && SN2013A_0414() >= 1 &&
          SN2013A_0414() <= 2 && SN2013A_0405() >= 0 && SN2013A_0405() < 10)
        a = 100;
    } break;
    case dataset_id::mx2005h:
    case dataset_id::mx2005i:
    case dataset_id::mx2005j:
    case dataset_id::mx2005k:
    case dataset_id::mx2006h:
    case dataset_id::mx2006i:
    case dataset_id::mx2006j:
    case dataset_id::mx2006k:
    case dataset_id::mx2007h:
    case dataset_id::mx2007i:
    case dataset_id::mx2007j:
    case dataset_id::mx2007k:
    case dataset_id::mx2008h:
    case dataset_id::mx2008i:
    case dataset_id::mx2008j:
    case dataset_id::mx2008k:
    case dataset_id::mx2009h:
    case dataset_id::mx2009i:
    case dataset_id::mx2009j:
    case dataset_id::mx2009k:
    case dataset_id::mx2010h:
    case dataset_id::mx2010i:
    case dataset_id::mx2010j:
    case dataset_id::mx2010k:
    case dataset_id::mx2011h:
    case dataset_id::mx2011i:
    case dataset_id::mx2011j:
    case dataset_id::mx2011k:
    case dataset_id::mx2012h:
    case dataset_id::mx2012i:
    case dataset_id::mx2012j:
    case dataset_id::mx2012k:
    case dataset_id::mx2013h:
    case dataset_id::mx2013i:
    case dataset_id::mx2013j:
    case dataset_id::mx2013k:
    case dataset_id::mx2014h:
    case dataset_id::mx2014i:
    case dataset_id::mx2014j:
    case dataset_id::mx2014k:
    case dataset_id::mx2015h:
    case dataset_id::mx2015i:
    case dataset_id::mx2015j:
    case dataset_id::mx2015k:
    case dataset_id::mx2016h:
    case dataset_id::mx2016i:
    case dataset_id::mx2016j:
    case dataset_id::mx2016k:
    case dataset_id::mx2017h:
    case dataset_id::mx2017i:
    case dataset_id::mx2017j:
    case dataset_id::mx2017k:
    case dataset_id::mx2018h:
    case dataset_id::mx2018i:
    case dataset_id::mx2018j:
    case dataset_id::mx2018k:
    case dataset_id::mx2019h:
    case dataset_id::mx2019i:
    case dataset_id::mx2019j:
    case dataset_id::mx2019k:
    case dataset_id::mx2020h:
    case dataset_id::mx2020j: {
      if (RESIDENT() == 2)
        a = 0; // absent persons are NIU for age and marst, so we can't identify
               // which absent residents are under age 12
    } break;
    }

    setData(a);
  }
};

    

Description

MARST describes the person's current marital status according to law or custom. Individuals who remarried should report the status relevant to their most recent marriage. Census instructions rarely explicitly limit marital status to strictly legal unions.

Note regarding universe: The lowest age at which a person can be anything but "never married" varies among samples.

Comparability — Index

GENERAL
Argentina
Armenia
Austria
Bangladesh
Belarus
Benin
Bolivia
Botswana
Brazil
Burkina Faso
Cambodia
Cameroon
Canada
Chile
China
Colombia
Costa Rica
Cuba
Côte d'Ivoire
Dominican Republic
Ecuador
Egypt
El Salvador
Ethiopia
Fiji
Finland
France
Germany
Ghana
Greece
Guatemala
Guinea
Haiti
Honduras
Hungary
Indonesia
Iran
Iraq
Ireland
Israel
Italy
Jamaica
Jordan
Kenya
Kyrgyzstan
Laos
Lesotho
Liberia
Malawi
Malaysia
Mali
Mauritius
Mexico
Mongolia
Morocco
Mozambique
Myanmar
Nepal
Netherlands
Nicaragua
Pakistan
Palestine
Panama
Papua New Guinea
Paraguay
Peru
Philippines
Poland
Portugal
Puerto Rico
Romania
Russia
Rwanda
Saint Lucia
Senegal
Sierra Leone
Slovenia
South Africa
South Sudan
Spain
Sudan
Suriname
Switzerland
Tanzania
Thailand
Togo
Trinidad and Tobago
Turkey
Uganda
Ukraine
United Kingdom
United States
Uruguay
Venezuela
Vietnam
Zambia
Zimbabwe

Comparability — General

The first digit of MARST is largely comparable across all samples. The second digit differentiates consensual unions from other forms of marriage and distinguishes among the categories separated, divorced, and married-spouse-absent. The final digit provides additional detail within the married and separated categories.

Even at the most general level there is an incompatibility in the treatment of consensual unions, which are not identified in all countries. Many consensual unions in France, 1990-2010 United States, and 2000-2010 Puerto Rico can be inferred using RELATE, but they pertain only to unions that include the head of household. The variable CONSENS provides a simple identifier of consensual unions, including information not contained in MARST for some samples. In some samples, the categories "separated" and "widowed" include persons in consensual unions in addition to marriages (Argentina, Bolivia, Brazil, Cambodia, Cuba, Dominican Republic, El Salvador, Haiti, Kyrgyz Republic, Mexico, Nicaragua, Panama, Peru, Portugal, Uruguay, and Venezuela).

Another inconsistency at the first digit is the combination of divorced and widowed in the 1960-1971 Netherlands samples, and widowed, divorced and separated in 1983 India. In all of those samples, the combined category is included as a subset of widowed, which was the largest category in other national samples that made the distinction.

There is considerable variability in the detailed categories available across samples. Various differing types of marriages are identified, with traditional and polygamous marriages only available in Africa and some Asian samples. But the biggest differences lie in the subcategories of separated and divorced. The available combinations for some samples overlap, so users must examine the available categories to make distinctions among the previously married.

Chile is the only country to explicitly recognize annulment; instructions for some other countries specified how annulled marriages were to be classified among the available census categories.

Polygamy is treated differently across samples. The Guinea 1983-1996, Egypt, Iraq, Nepal, 1991 Rwanda, and 2001 and 2007 South Africa samples only allow men to give a polygamous response. Other samples that identify polygamy allow responses for both men and women (i.e., whether her husband has multiple wives). Polygamous unions are coded as a subset of formal marriages, but in Uganda and Kenya they also include consensual unions. More information on polygamous unions is available for some samples in POLYGAM.

Category descriptions:

Single/never married. Never married.

Married/in union. Married or in consensual union.

Married, polygamous. Marital union consisting of a husband with multiple wives, all of whom may not live together.

Separated. Most censuses imply separations are with respect to formal marriages, but some, particularly in Latin America, specify that separations can include consensual unions.

Divorced. Last marriage ended in divorce and individual has not remarried. Generally refers to a legal divorce from a legal marriage.

Widowed. Last marriage ended with death of spouse and individual has not remarried. Generally refers to a legal marriage.

Comparability — Argentina [top]

Samples prior to 2001 report de facto status, including consensual unions. The 2001 marital status question records only the person's formal legal status. Information on consensual unions in 2001 is recorded separately in CONSENS.

Separated and divorced persons are combined in the 1970 and 1980 samples, but are identified separately in 1991 and 2001. The 1991 census included separations from a union or marriage, while the 2001 sample explicitly counts only legal separations.

The 2010 sample does not include this variable.

Comparability — Armenia [top]

In all samples, the "Divorced" category includes both legally registered and unregistered divorces. These categories are reported separately in the unharmonized source variable.

Persons younger than age 15 are coded as "Single".

Comparability — Austria [top]

All samples report legal marital status only. Unmarried persons in MARST could be in a consensual union, recorded in CONSENS.

Separated persons are considered married. A separate variable identified if married persons cohabitated with their spouse, and IPUMS constructs "Married, spouse absent" to identify these de facto separated persons.

Comparability — Bangladesh [top]

The category "married" may include persons who are legally or religiously married.

Comparability — Belarus [top]

"Separation" included consensual unions.

All persons younger than age 15 are coded as "never married/single".

Comparability — Benin [top]

Persons younger than age 10 are coded as "Never married/single" in all samples.

All samples identify polygamous and monogamous marriages.

In 1979, persons in consensual unions were recorded as married, while those separated were included with divorced persons. The 1992, 2002, and 2013 samples have "consensual union" and "separated" as additional responses to this census question.

Comparability — Bolivia [top]

In both 1976 and 1992, the samples include joint categories for persons in a consensual union/marriage, and for separated/divorced persons. Those four categories are reported separately in 2001 and 2012. In 1992 and 2012, the categories separated and widowed include persons separated from or widowed in a consensual union. The enumeration instructions do not specify how to categorize persons separated from or widowed in a consensual union in 1976 and 2001.

Persons younger than age 12 in 1976 and younger than age 15 in 2001 and 2012 are coded as "Single". There is no age restriction in 1992.

Comparability — Botswana [top]

In 2011, enumeration instructions indicated that persons who are no longer living together are considered to revert to their original marital status and should not be registered as separated. Previous samples for Botswana do not include this distinction.

Persons younger than age 12 are coded as "Never married/single" in the 1991, 2001, and 2011 samples.

Comparability — Brazil [top]

All censuses separately identify formal marriages and consensual unions and include persons widowed in consensual unions in the category "Widowed". From 1960 to 1991, the samples distinguish between legal and de facto separations. A similar category is inferred from questions on legal marital status and previous partnerships in 2000 and 2010. The 1991, 2000 and 2010 samples distinguish between separation from a consensual union and marriages. In earlier years, enumeration instructions do not specify whether informal separations include persons separated from consensual unions.

The 1991, 2000 and 2010 data are derived from multiple census questions on current and previous unions. There are some inconsistencies among the marriage variables in 2000 and 2010, particularly in the reporting of religious marriages. Users should refer to the source variables if they wish to fully understand the interrelationships. Persons younger than age 10 are coded as "Never married/single" in all samples.

Comparability — Burkina Faso [top]

All samples identify monogamous and polygamous marriages but only the 1976 sample distinguishes this for men and women. Marriages may include both civil marriages and those conducted according to local custom.

In 1985 and 1996 the question was asked of residents 12 years old and over whereas in 2006 the question was asked of all persons 12 years old and over. Persons younger than 12 years of age are coded as "Single/never married."

Comparability — Cambodia [top]

In the 1998-2013 samples, marriages include de facto unions, as well as couples who are contractually married but not yet living as man and wife. The category of "separated" includes both legal and de facto separations. The 2019 sample does not have instructions for enumerators.

Marital status is not reported for absent persons in the 2013 sample.

Comparability — Cameroon [top]

All samples identify monogamous and polygamous marriages for men and women. In the 1976 and 1987 samples divorces and separations are combined in a single category. Marriages may include both civil marriages and those conducted according to local custom. The 2005 sample distinguishes marriage from consensual unions as well as divorces from separations.

In 1976 and 1987 the question was asked of persons 4 and 11 years old and over, respectively. In 2005, the question was asked of women ages 12 years old and over and men ages 15 and older. All persons younger than the age universe for marital status are coded as "Single/never married."

Comparability — Canada [top]

The samples are comparable over time. They include both common-law and legal marriages. The 1991-2001 samples have separate questions on legal marital status and common law marriage status. Those data are available in the unharmonized variables. The 2011 sample refers to the de facto marital status, thus including common law marriages.

Comparability — Chile [top]

In the 1960 sample, there was no age restriction on the marital status question. In other years all persons younger than the following ages are coded as "never married/single": age 12 in 1970, age 15 in 1982 and 2002; age 14 in 1992.

All the above samples, excluding 1970, identify marriages that have been legally annulled. In the 1970 sample, this category was combined with the "separated" one.

The 2017 sample does not have a marital status variable. The marital status of some persons can be derived from RELATE (relationship to the head of household).

Comparability — China [top]

In all samples, a union need not have been legal for a person to respond as "Married".

Persons younger than age 15 are coded as "Never married/single" in all years.

Comparability — Colombia [top]

All samples explicitly identify consensual unions.

In the 1964 sample, divorce was not recognized in the census. In subsequent years, the "Separated" and "Divorced" categories are combined and cannot be disaggregated.

Persons younger than age 10 in the 1985-2005 samples are coded as "Never married/single."

Comparability — Costa Rica [top]

In 1973, there was no age restriction on the marital status question. In other years, persons younger than the following ages are coded as "Never married/single": age 12 in 1963, 2000 and 2011, age 10 in 1984.

Comparability — Cuba [top]

The 2002 and 2012 samples identify both formal marriages and consensual unions. Separated persons are distinguishable from both married and divorced persons, and include persons separated from consensual unions. The category "widowed" includes persons widowed from consensual unions.

Persons younger than age 15 in 2002 and younger than age 12 in 2012 are coded as "single/never married".

Comparability — Côte d'Ivoire [top]

Persons younger than age 12 are coded as "Never married/single" in the 1998 sample.

In 1988, the monogamous versus polygamous distinction for married persons is only available for men.

Comparability — Dominican Republic [top]

Consensual unions are included in marital status in all years except 1970. In 1970, information on cohabitation is collected in a separate question, and MARST records only formal marital status.

The definitions of separation change over time. The 1960 and 1970 censuses identify only legal separation, while the 1981 census includes a general separation category. The 2002 and 2010 samples distinguish between separation from marriage and separation from consensual unions. The 1970 sample identifies annulments.

In 1970, the marital status question is asked of all persons. In 1960 and 1981, marital status is asked only of persons age 12 and above. The universe is further restricted to age 15 and above beginning in 2002. Persons under these ages are coded as never-married.

Comparability — Ecuador [top]

Persons younger than age 12 are coded as "Never married/single" in all years.

The 1962 sample allowed no response for "Separated". These persons were most likely included with "Married" or "Single" individuals.

Comparability — Egypt [top]

The Egypt samples identify persons who were contractually married but not living together ("Engaged"). Separated persons are not identified. Thus it appears the data identify legal marital status only.

The polygamous category is created from a separate question on the number of wives. Women in polygamous unions are not identified as such.

Females younger than age 16 and males younger than age 18 were considered "single".

Comparability — El Salvador [top]

Persons younger than age 12 in 1992 and younger than age 10 in 2007 are coded as "Never married".

In both samples, the marital status question asks about formal marriage and consensual unions. The samples distinguish between persons who are formally married and those in consensual unions. Persons who were separated or widowed in consensual unions are included in the categories for "separated" and "widowed". The "single/never married" category only includes persons who have never married and never lived in a consensual union.

Comparability — Ethiopia [top]

The 1984 sample was only asked to persons who reside in the household. The 1994 sample was asked to both present and absent household members. The 2007 sample was asked only to those responding to the long form.

Persons who are separated or divorced are only combined in the 1994 sample. Persons who are married or living together are combined in the 1984 and 1994 samples.

The question was asked only to persons age 10 and older in all samples.

Comparability — Fiji [top]

In 1966, 1976 and 1986, "married" may include persons who are legally or religiously married. In 2007 and 2014, the census question identifies separately legal marriages from consensual unions.

Separated is not identified in 1966; while divorced and separated are combined in 1976 and 1986. The 1996, 2007, and 2014 samples distinguish between divorces and separations.

In all samples except 1976, the question was asked of all persons. In 1976, persons born in 1962 or before are coded as "Never-married/single".

Comparability — Finland [top]

The 2010 sample reports legal marital status. The enumeration documents indicate that divorce regulations in Finland do not recognize the concept of legal separation; thus, people who are legally separated on the basis of old divorce provisions (prior to 1 January 1988) and are living apart were considered to be "married". The categories of "married", "divorced", and "widowed" include persons from registered partnerships.

Comparability — France [top]

Starting in 1990, the census stipulated that the marital status question applied only to legal marital status. We have coded the 1990-2006 marriage responses identically to other years on the assumption that those earlier responses also overwhelmingly refer to legal status, although that was not made explicit in the questionnaires.

Consensual unions prior to 2006 can be inferred using the RELATE variable, but only pertain to unions that include the head of household.

Comparability — Germany [top]

None of the samples allow a response for "separated". These persons were most likely included with "married" individuals.

Comparability — Ghana [top]

Marital status codes are consistent over time. The category "married" includes civil, traditional and common law marriages. Persons in consensual unions are identified separately. "Separated" indicates a fractured union, not simply living apart.

In all years, the marital status question was asked only of persons age 12 and above. Persons younger than age 12 are assumed to be never-married.

Comparability — Greece [top]

All Greece samples record the person's legal status.

Consensual unions are not recognized in the 1971-2001 samples. Registered consensual unions are recorded in 2011.

Separations are only recognized in the 2001 and 2011 samples. In earlier samples, persons who did not formally divorce are considered "Married".

In 2011, divorced and widowed include those from registered partnerships.

Comparability — Guatemala [top]

"Separated" is not identified in 1964 or 1973; separated people are included with those who are married. In the 1981, 1994, and 2002 samples, divorced and separated are combined in a single category. Separations include those from consensual unions in 1981, while the 1994 and 2002 samples do not refer explicitly to this possibility.

The category of "single/never married" includes persons below age 12 in 1994 and 2002, persons below age 13 in 1973, and persons below age 14 in 1964, for whom the information about marital status was not collected by the corresponding census question.

Comparability — Guinea [top]

In 1983-1996 samples, the "polygamous" category is only available for men. The 2014 sample identifies polygamous unions for men and women.

The 1983 sample does not identify consensual unions, nor do the instructions indicate how they were to be recorded (i.e., if they should be included in the "married" category). The 1996 and 2014 samples identify consensual unions.

Non-resident visitors were not asked the marital status question in the 1996 sample. All resident persons younger than age 12 are coded as "single" in 1996 and 2014. There is no age restriction in the 1983 sample.

Comparability — Haiti [top]

All samples identify marriages and consensual unions. The 1982 and 2003 samples distinguish divorces, separations from marriage and separations from consensual unions.

In 2003, persons younger than age 10 are coded as "never-married/single".

Comparability — Honduras [top]

Persons younger than age 10 in 1988 and younger than age 12 in 2001 are coded as "never married/single".

The category "separated" is identified only in the 1988 and 2001 samples.

Comparability — Hungary [top]

All samples report the legal marital status only.

The 2001 and 2011 samples has a de facto "spouse, absent" category, which was included with the "married" category in previous years. In 2011, registered cohabiting partners are grouped with "married"; while divorced and widowed persons include also the correspondent categories from those who were in registered cohabiting partnerships.

All samples report the legal status only in MARST. In 2001 and 2011, separate information on consensual unions is recorded in the CONSENS variable.

Comparability — Indonesia [top]

In all samples, the category "married" includes common-law marriages, as well as couples who are living apart temporarily but consider themselves married. The 1976 sample distinguishes between divorced and separated persons. In all other samples, persons who are legally divorced are combined with those who are not legally divorced, but consider themselves divorced.

In 2010, all persons younger than age 10 are coded as "never married." In previous samples, marital status was asked of all persons.

Comparability — Iran [top]

The category married in the 2006 and 2011 samples include persons who are contractually married but do not live together, as well as people who separated from their spouses but are not divorced. Couples who are engaged are not included in the "married" category. Polygamous marriages are not identified.

Comparability — Iraq [top]

The meaning of divorce differs for Christians and non-Christians. "Divorce" indicates the legal severing of the marriage bond for non-Christians. Persons in de facto separations are considered "married". Christians are considered divorced if they have separated. There is no legal status requirement.

The "polygamous" category is created from a separate question on number of wives. Women in polygamous unions are not identified as such.

Persons younger than age 12 are coded as "single".

Comparability — Ireland [top]

The 2016 sample includes same-sex marriages in the "married" category.

The treatment of separated and divorced persons changes over time. The 1971 and 1979 samples must have included divorced and separated persons in either "married" or "single" categories. The 1981 census includes a category for "other marital status", which refers to persons who obtained a divorce in another country. Separated persons are not identified. The category "separated/divorced" is introduced in the 1986 sample. It is available in all subsequent samples. Divorced persons are never separately identified, even after divorce became legal in 1997.

Persons younger than age 14 in 1971 and younger than age 15 in later samples are assumed to be in the "never married" category.

Comparability — Israel [top]

The 1972-1995 samples indicate the person's de facto marital status, as reported by the respondents. In 2008, separations are introduced as a response category.

Comparability — Italy [top]

The 2001 and 2011 samples contained no instructions on the recording of consensual unions.

Comparability — Jamaica [top]

In all samples, this variable records the formal marital status. Because cohabitation is very common, the percent of persons married is relatively low in all samples. A large number of persons have unknown marital status in the 1982 sample.

The 1982 sample collected information on current cohabitation only for reproductive-age women (ages 14 to 45). This information is available in the unharmonized source variable JM1982A_0440. Most consensual unions involve the household head, and can be inferred in the 1980 sample based on the presence of a "Spouse/partner" in the harmonized RELATE variable.

Persons younger than age 14 in 1982 and younger than age 16 in 1991 and 2001 are assumed to fall in the "Never married" category.

Comparability — Jordan [top]

The data report formal marriages, not consensual unions.

All persons younger than age 15 are coded as "single".

Comparability — Kenya [top]

The instructions state that the enumerator should accept what people say about their marital status, and that the census is not trying to determine who is legally married. Even the category for "divorce" does not necessarily imply a particular legal status.

The 1989, 1999 and 2009 samples identify polygamous and monogamous marriages. These samples also distinguish divorces and separations.

Persons younger than age 12 are coded as "never married/single" in the 1989 sample.

Comparability — Kyrgyzstan [top]

Persons younger than age 15 are reported as "married" only if they insisted. The categories "separated" and "widowed" include consensual unions as well as marriages.

Comparability — Laos [top]

In 1995 and 2005, people who live together as spouses without being formally married, were recorded as married. The 2015 census question includes an additional category for persons in a consensual union.

Comparability — Lesotho [top]

All samples distinguish between "monogamous" or "polygamous" marriages.

The category "consensual union" is separately identified only in 2006.

Comparability — Liberia [top]

Marital status detail expanded over time. The 1974 sample does not distinguish between monogamous and polygamous marriages, while the 2008 sample includes separate categories. Second wives are consistently identified as being in polygamous marriages. Polygamous status is reported inconsistently for first wives and husbands, many of whom are coded as though they are in a monogamous union.

Although consensual unions are identified in 2008 only, the category of married in 1974 includes people who consider themselves as married, whether or not they are legally married. The 2008 census distinguished between separated and divorced persons; the 1974 census included a combined separated/divorced category.

Persons younger than age 10 are coded as "never married/single" in both censuses.

Comparability — Malawi [top]

Marital status categories are largely comparable over time, with divorce and separated persons combined into a single category. In the 2008 sample, couples who are not legally married but live together as man and wife are coded as "Married". The following persons are coded as "Never-married/single": persons younger than age 10 in 1987 and 1998; persons younger than age 12 in 2008.

Comparability — Malaysia [top]

The samples are comparable over time. They indicate de facto marital status.

Comparability — Mali [top]

Prior to 2009, men in polygamous marriages are identified as such, but women are not. Instead, these samples collected information on the total number of marriages formed by each woman, which is recorded in the MARRNUM variable. In 2009, information on polygamy was collected as part of marital status for both men and women.

"Separated" and "divorced" persons are explicitly combined into one category in the 1998 and 2009 samples, while the 1987 sample only includes a category for "divorced".

Persons younger than age 12 are coded as "single/never married".

Comparability — Mauritius [top]

The category of "unmarried parents" are coded as "single/never married" in 2000-2011, while single refers in all samples specifically to persons who have never cohabited.

In 1990-2011, a distinction is made between: civil marriages, religious marriages, and civil and religious marriages. Marriages are separately identified from consensual unions. Furthermore, "widowed" and "separated" include those persons previously married as well as those who were in a free union.

Comparability — Mexico [top]

All samples explicitly identify consensual unions. The marital status question differentiates between persons married in civil ceremonies, religious ceremonies, or both for most of the Mexico samples.

For some samples, the "separated" and "widowed" categories explicitly include events from both legal marriages and consensual unions.

Persons younger than age 12 are coded as "never married/single" in the 1960-2000, 2010, 2015, and 2020 samples.

The 2005 sample did not include a question on marital status.

Comparability — Mongolia [top]

Consensual unions are reported as "married" in the 1989 sample. The categories are reported separately in 2000.

Persons younger than age 15 are coded as "single".

Comparability — Morocco [top]

The category "married" includes persons who are legally or religiously married, even if the marriage has not yet been consummated. Both legal and religious divorces are included in the "divorced" category. There is no category for persons who are separated.

Comparability — Mozambique [top]

Only residents age 12 and older were asked the question.

Comparability — Myanmar [top]

In 2014, the questionnaire identifies separately persons who have renounced marriage such as "monks", "nuns", or "yawgi", which are coded as single/never married.

Comparability — Nepal [top]

In 2001 and 2011, information on multiple spouses is collected for both men and women. The proportion of women reporting more than one husband is relatively small, especially in 2001. Marriage is any union that is considered as such by the respondent, indicating that this category is not restricted to legal marriages only.

Persons who are re-married can be identified in the corresponding source variable in 2001 and 2011. These are included under the "monogamous" category in MARST.

Persons younger than age 10 are coded as "single/never married".

Comparability — Netherlands [top]

All samples identify legal marital status.

"Divorced" is combined with "Widowed" in the 1960 and 1971 samples. This combination poses an incompatibility at the first digit of the MARST variable.

Comparability — Nicaragua [top]

Children are coded as "Single/never married" if they are younger than age 10 in 1995, or younger than age 12 in 2005. Marital status was asked of all persons in 1971.

In all samples, consensual unions are identified separately from legal marriages. The category "Widowed" includes persons who experienced the death of spouse or partner. In 1995 and 2005, the sample distinguishes between persons who are legally divorced and those who are separated from a marriage or consensual union. In the 1971 sample, persons who are divorced or separated from a marriage are combined into a single category. The 1971 enumeration instructions do not specify how to categorize persons separated from a consensual union.

Comparability — Pakistan [top]

Marital status codes are consistent across samples. Persons who are formally married but live separately from their spouse are combined with married persons in each sample. Divorced persons are separately identified.

Polygamous marriages for the household head are not separately identified. However, they can be inferred in the 1973 and 1998 samples based on the number of spouses present in the household. That inference is not made for the MARST variable.

Persons younger than age 10 are coded as "Single/never married" in the 1973 and 1998 samples. Persons younger than age 12 also are coded as "Single/never married" in the 1981 sample.

Comparability — Palestine [top]

The 1997 sample distinguishes between divorced and widowed persons, while separated persons are included in the "married" category. In the 2007 sample, "divorced", "widowed", and "separated" are combined into one category. In 2017, "divorced", "widowed", and "separated" are all separate categories.

The 1997 and 2017 samples include a category for "legally engaged", which indicate that a person has a legal marriage document but is not yet married by the customs and traditions of the country. In the 1997 and 2017 samples, this is interpreted as a subcategory of "single/never-married", but it may include persons who were in a previous union. In 2007, there is no "engaged" category. Since the 2007 instructions state that previously married people should not be included in the "engaged" category, then engaged persons are likely coded as "never married".

In 1997 and 2007, persons younger than 12 are coded as "single/never married". In 2017, persons younger than 14 are coded as "single/never married".

Comparability — Panama [top]

Indigenous persons were not asked the question in the 1960 sample.

Separated persons are considered "married" in the 1960 sample. The 1970-2010 samples distinguish between marriages and consensual unions as well as persons separated from a legal marriage and those separated from consensual unions. The category "widowed" includes persons who experienced the death of a spouse or partner in consensual unions.

Persons younger than age 15 are coded as "single" in the 1980-2010 samples.

Comparability — Papua New Guinea [top]

The Papua New Guinea samples do not explicitly indicate how to treat consensual unions. However, enumeration instructions suggest that persons living together should be considered to be married.

The 1980 sample includes widowed, divorced, and separated all as a single category. Widowed is separately identified in the 1990 sample. The 2000 sample distinguishes these three categories separately

Comparability — Paraguay [top]

Category availability differs across samples. The 1962 sample differentiates between "civil" and "civil and religious" marriages. Marriages and consensual unions are distinguished for all samples. Divorced and separated categories are combined for only the 1962, 1972, and 1982 samples.

The age of those enumerated for this question differs across samples. All persons were asked in 1962, persons 12 and older were asked in 1972 and 1982, and persons 10 and older were asked in 1992 and 2002.

Comparability — Peru [top]

The census identifies both formal marriages and consensual unions. The "separated" category includes persons separated from either formal or consensual unions. They are separately identified from persons who are formally divorced. The "widowed" category includes persons who experienced the death of spouses or partners in consensual unions.

Persons younger than age 12 are coded as "single/never married" in the 1993, 2007, and 2017 samples.

Comparability — Philippines [top]

In all samples, persons younger than age 10 are coded as "Never married/single". Permanently separated persons were recorded as such, regardless of whether the separation was legal or not.

Comparability — Poland [top]

The 1978-1988 samples refer to a de facto marital status, while Poland 2002 and 2011 report legal marital status.

In 1978 and 1988, the "married" category includes those persons who entered into marriage even if they are not formally married. Similarly, for these two samples, persons not living together in a marriage are registered as divorced regardless of formalities.

The Poland 1988 and 2002 distinguish between married couples living together from other cases living apart or with an absent spouse.

In 2002 and 2011, information about common-law partnerships is reported in a separate source variable (de facto marital status) that is recorded in CONSENS.

Persons younger than age 15 are coded as "Never married/single" in the 2002 and 2011 samples.

Comparability — Portugal [top]

All samples record de facto marital status as reported by the respondent. The 1981 sample combines legal and de facto marriages, while the later samples distinguish between them. The 1981 sample only reports legal separations. In the 1991 and 2001 samples, "Separated" include separations from consensual unions. For these samples, the enumeration instructions do not specify how to treat persons who experienced the death of an unmarried partner. The 2011 sample distinguishes between divorce and de facto separation (still married).

Comparability — Puerto Rico [top]

The 1970-1990 samples collect information on persons in either formal or consensual unions. Consensual unions can be inferred in the 2000, 2005, 2010, 2015, and 2020 samples from the RELATE variable only for the household head and his/her unmarried partner.

In the 2005 sample, persons who have an annulled marriage are coded as "Never married".

Comparability — Romania [top]

The marital status question addresses legal status only. There is no category for de facto separations in any of the samples. In these situations, respondents decide for themselves whether to say that they were married or divorced.

The 2002 and 2011 samples ask a separate question about consensual unions (see the CONSENS variable). This information is not incorporated in MARST because it would mask the legal marital status information for the person.

Persons younger than age 14 were presumed to be "Never married/single" during enumeration, according to instructions documents in the 1992-2002 samples.

Comparability — Russia [top]

The 2010 sample distinguishes between "separated" and "divorced" categories, while the 2002 sample contains no such distinction and both cases are included in the "separated or divorced" category.

Persons younger than age 16 are coded as "never married/single" in 2002 and 2010.

Comparability — Rwanda [top]

Persons under age 12 are coded as "Single/never married" in 2012.

The 1991 and 2002 samples report the de facto marital status. The 1991 sample distinguishes between customary and legal marriages. In 2012, the enumeration instructions suggest that persons in consensual unions should be coded as married.

Only men are identified as polygamous in 1991 and 2012. Both sexes can be coded as "Polygamous" in the 2002 sample. The samples record additional detail for persons in polygamous marriages in the POLYGAM variable, including number or wives and rank order of each wife.

Divorced and separated are combined in 1991 and 2002, while they are separately identified in 2012.

Comparability — Saint Lucia [top]

Both samples identify formal marital status. Cohabitation is very common, resulting in unusually low marriage rates in MARST. Persons in consensual unions are identified separately in the 1991 census (see CONSENS).

The 1980 sample collects information on current cohabitation only for reproductive-age women (ages 14 to 45). This information is available in the unharmonized source variable LC1980A_0437. Most consensual unions involve the household head, and can be inferred in 1980 based on the presence of a "Spouse/partner" in the harmonized RELATE variable.

Persons younger than age 13 are coded as "Single/never married" in 1980, as are persons younger than age 14 in 1991.

Comparability — Senegal [top]

The 1988-2013 samples identify polygamous marriages for men and women. Marriages include both civil marriages and those conducted according to local custom.

In 1988 and 2002 samples, persons living in informal unions and persons who married but live separately from their spouses are coded as "other cases". Because it is impossible to determine marital status for these persons, they are included in the "unknown" category of MARST. In the 1988 sample, the "unknown" category includes additional persons with unknown marital status, but these can be distinguished from "other cases" in the unharmonized source variable. In 2013, separations and consensual unions are separately identified.

Persons younger than age 6 are coded as "single/never married" in 1988, as are persons younger than age 12 in 2002. In 2013, residents younger than age 10 in ordinary households are coded as "single/never married".

Comparability — Sierra Leone [top]

The samples includes a category for "engaged". This has been coded as a subcategory of "never-married/single" in the integrated variable. Persons younger than age 10 are assumed to be "never married".

The source variable for 2015 distinguishes between cohabitation for less than five years and equal to or more than five years.

Comparability — Slovenia [top]

The samples report legal marital status.

Comparability — South Africa [top]

In 1996 and 2007, only persons in private households are asked the question on marital status. Persons living in collective dwellings are excluded.

Polygamous marriages for men are identified in the 2001 and 2007 samples. Women in polygamous marriages must give one of the other "married" responses. Polygamous marriages are not identified in the 1996, 2011, or 2016 for either gender.

"Traditional" marriages include persons married according to African traditions or customs. If persons married according to traditional customs also have a religious or civil marriage, they are reported as "civil/religious" in the 2001 sample.

In 2016, a distinction is made between single persons who "have never lived together as husband, wife or partner before" and those who have. The latter is coded as "single/never married"; persons younger than 12 and those who never cohabited are coded as "never married and never cohabited."

Comparability — South Sudan [top]

The category "married" may include persons who are legally or religiously married. The "divorced" category may also include "separated".

Persons younger than age 12 are coded as "single/never married".

Comparability — Spain [top]

All samples indicate the person's legal status. The 2001 sample has separate information for consensual unions (see CONSENS). This information is not incorporated in MARST because it would mask the legal marital status information for the person.

In 2001, only persons who reside in the household received the question on marital status.

Persons who are separated or divorced are combined in 1981, but identified separately in later years.

Comparability — Sudan [top]

Persons younger than age 12 are coded as "never-married/single".

Comparability — Suriname [top]

In 2004 and 2012, married is interpreted as formally married. Separations are not identified in these samples.

In 2012, persons younger than age 15 are coded as "single/never married".

Comparability — Switzerland [top]

All samples collect information on formal marital status. Separated persons are included in the "married" category.

The 2011 sample includes a separate category for registered partnerships, which is classified as "consensual union". For this sample, dissolved partnerships are included within "divorced".

Comparability — Tanzania [top]

The 2002 and 2012 samples contain greater marital status detail than the 1988 sample. Persons in consensual unions are identified only in 2002-2012. Separated and divorced persons are combined in the 1988 sample, while they are identified separately in 2002 and 2012.

Polygamous unions are not explicitly identified, but can be inferred for the head of household based on the presence of multiple spouses. That inference is not made in MARST.

Comparability — Thailand [top]

The samples collect marital status for all persons except Buddhist monks. For nuns, enumerators asked whether they had ever married, but did not identify the reason the marriage ended. The unharmonized source variables for each sample include a code for "monk", as well as a code for persons who were ever married but whose current marital status was unknown. This latter category contains many persons with unknown marital status in addition to nuns. It is coded as "unknown" in the MARST variable.

Married couples who live separately, but still consider themselves married, are included in the "married" category. All samples distinguish separated from divorced persons.

Persons younger than age 11 in 1970 and 1980, and younger than age 13 in 1990 and 2000 are coded as "never married".

Comparability — Togo [top]

The 1960 and 2010 samples identify persons in consensual unions. The 1970 sample does not explicitly identify consensual unions; it is unclear if persons in consensual unions are included in the single or married category.

All Togo samples identify polygamy. Information on the number and order of spouses is available in unharmonized source variables. Polygamous responses recorded in MARST include both men (married to multiple women) and women (married to a man with multiple spouses) in 1960 and 2010, but are provided only for men in 1970 (inferred from the number of spouses).

In 2010, marital status information was not reported for visitors or children younger than 12 years old. For this sample, children under age 12 are coded as "never married/single".

Comparability — Trinidad and Tobago [top]

All samples refer to legal marital status. Married persons include those not living with their partners, unless they are legally separated or divorced. In the 1970 sample, persons with "other" marital status are coded as "unknown".

Persons younger than age 15 in the 1970 sample and younger than age 14 in other Trinidad and Tobago samples are coded as "never married/single".

Information about marital status was not collected for the 1980 sample for persons age 14 and older who are attending primary or secondary school in a full time basis. For this sample, persons attending these school levels full time are coded as "never married/single" if they are between 14 and 18 years old and as "unknown" if they are 19 years old or more. Users can refer to the unharmonized source variable for 1980 if they wish to perform an alternative coding of these cases.

Comparability — Turkey [top]

In all samples, children younger than age 12 are coded as "single/never married".

Marital status codes are consistent across samples and reflect de facto rather than legal status. The category "married" includes both common-law and religious marriages. The samples do not allow a response of "separated". These persons are most likely included in the "married" category.

Comparability — Uganda [top]

Persons younger than age 10 are coded as "never married/single" in the 1991-2014 samples.

Persons in consensual unions are considered "married". This category includes polygamous unions, which are separately identified in 2002 and 2014. Separated and divorced persons are identified separately in 1991 and 2014, but are combined in 2002.

Comparability — Ukraine [top]

The marital status question in the Ukrainian census collects information on legal and informal relationships. The census includes a category for people currently in an "unregistered marriage", which is coded as a cohabiting union. In addition, the categories for separated and widowed include both formal and unregistered marriages.

Persons under age 15 are assumed to be never-married.

Comparability — United Kingdom [top]

The 1961-2001 samples ask for legal marital status, but in the 2001 sample there is a separate question to identify de facto separations. In the 1991 and 2001 samples, persons who are in their second or subsequent marriage are identified in the unharmonized source variable. In 1961, 1971 and 1991, if a person was legally separated but not divorced, they were considered to be married.

Comparability — United States [top]

Beginning in 1980, couples who live together but are unmarried are allowed to report the marital status they consider most appropriate. Persons in common-law marriages are considered "married" in all samples.

Beginning in 1990, consensual unions can be inferred using the RELATE variable, but would only pertain to unions that include the head of household. Such unions cannot be identified in earlier samples.

Persons younger than the following ages are coded as "never married/single": age 14 in the 1960-1970 samples; age 15 in the 1980-2020 samples.

Comparability — Uruguay [top]

Children younger than age 12 in 1996 and 2011 and younger than age 14 in 2006 are coded as "single/never married." There is no age restriction in earlier samples.

In 2006 and 2011, MARST is constructed based on two questions: current type of union (marital or cohabiting) and marital status. The 2006 marital status question reflected formal marital status only and was asked only of person who were not currently married, while the 2011 asked marital status of persons who were not living with a spouse or partner and included categories of separation and widowhood from consensual unions.

Persons in consensual unions are identified in every sample, but the treatment of separated and widowed persons varies across samples. In 2006 and 2011, persons separated from legal marriages are to be included with persons in intact marriages--but they can be identified as not living with a partner in the source variables. It is likely that separated persons are treated similarly in 1963. While there is no separated category in the 1963 and 2006 samples, the 2011 sample includes a category for persons separated from consensual unions. The 1975 sample provides the most detailed information on marital status, distinguishing separated by union type (marriage or cohabitation). In 1985 and 1996, the category for "separated" includes both marriage and consensual unions.

In 1963 and 2006, the category "widowed" in both samples appears to refer only to persons widowed in a legal marriage. In 1985 and 1996, this category also includes persons widowed from consensual unions. The 1975 and 2011 censuses distinguish between persons widowed in formal marriages and consensual unions. The 2011 census further distinguishes between persons in same-sex and different sex-unions. This distinction is preserved in the unharmonized source variable.

Comparability — Venezuela [top]

The 1971 sample allows no response for "separated". These persons are included in the "married" category.

The 2001 sample specifies that "separated" and "widowed" statuses can refer to either a previous marriage or a consensual union. Previous samples do not discuss this point or explicitly restrict these categories to formerly married persons.

Comparability — Vietnam [top]

The instructions concerning married status are liberal. They state that the "married" category includes persons joined by custom or law, as well as those living together as husband and wife. Nevertheless, "divorce" refers strictly to the legal status of marital dissolution.

Persons younger than age 13 are coded as "never married/single" in 1989 and 1999. Persons younger than age 15 are coded as "never married/single" in 2009 and 2019.

Comparability — Zambia [top]

In 1990, persons who were living together as man and wife but who had not been formally married are included in the married category. Beginning in 2000, consensual unions are separately identified. Separated, divorced, and widowed persons are identified in each year.

In all years, children under age 12 are assumed to be never-married. In 2010, no information was collected on marital status for usual residents of the household who were absent at the time of the census.

Comparability — Zimbabwe [top]

Persons younger than age 10 are coded as "single/never married" in 2012. In this sample, enumeration instructions indicate that persons living together should be recorded as married. The sample combines separated and divorced persons into a single category.

Universe

  • Argentina 1970: All persons
  • Argentina 1980: All persons
  • Argentina 1991: All persons
  • Argentina 2001: All persons
  • Armenia 2001: All persons
  • Armenia 2011: All persons
  • Austria 1971: All persons
  • Austria 1981: All persons
  • Austria 1991: All persons
  • Austria 2001: All persons
  • Austria 2011: All persons
  • Bangladesh 1991: All persons
  • Bangladesh 2001: All persons
  • Bangladesh 2011: All persons
  • Belarus 1999: All persons
  • Belarus 2009: All persons
  • Benin 1979: All persons
  • Benin 1992: Persons in private households
  • Benin 2002: Resident persons
  • Benin 2013: All persons
  • Bolivia 1976: All persons
  • Bolivia 1992: All persons
  • Bolivia 2001: All persons
  • Bolivia 2012: All persons
  • Botswana 1981: All persons
  • Botswana 1991: All persons
  • Botswana 2001: Persons in private households and residents of institutions
  • Botswana 2011: Persons in private households and residents of institutions
  • Brazil 1960: All persons
  • Brazil 1970: All persons
  • Brazil 1980: All persons
  • Brazil 1991: All persons
  • Brazil 2000: All persons
  • Brazil 2010: All persons
  • Burkina Faso 1985: Household residents
  • Burkina Faso 1996: Household residents
  • Burkina Faso 2006: All persons
  • Cambodia 1998: All persons
  • Cambodia 2004: All persons
  • Cambodia 2008: All persons
  • Cambodia 2013: Present persons
  • Cambodia 2019: All persons
  • Cameroon 1976: All persons
  • Cameroon 1987: Persons in private households
  • Cameroon 2005: All persons
  • Canada 1971: All persons
  • Canada 1981: All persons
  • Canada 1991: All persons
  • Canada 2001: All persons
  • Canada 2011: All persons
  • Chile 1960: All persons
  • Chile 1970: All persons
  • Chile 1982: All persons
  • Chile 1992: All persons
  • Chile 2002: All persons
  • China 1982: All persons
  • China 1990: All persons
  • China 2000: All persons
  • Colombia 1964: All persons
  • Colombia 1973: All persons
  • Colombia 1985: All persons
  • Colombia 1993: All persons
  • Colombia 2005: All persons
  • Costa Rica 1963: All persons
  • Costa Rica 1973: All persons
  • Costa Rica 1984: All persons
  • Costa Rica 2000: All persons
  • Costa Rica 2011: All persons
  • Cuba 2002: All persons
  • Cuba 2012: All persons
  • Côte d'Ivoire 1988: All persons
  • Côte d'Ivoire 1998: Residents
  • Dominican Republic 1960: All persons
  • Dominican Republic 1970: All persons
  • Dominican Republic 1981: All persons
  • Dominican Republic 2002: All persons
  • Dominican Republic 2010: All persons
  • Ecuador 1962: All persons
  • Ecuador 1974: All persons
  • Ecuador 1982: All persons
  • Ecuador 1990: All persons
  • Ecuador 2001: All persons
  • Ecuador 2010: All persons
  • Egypt 1986: All persons
  • Egypt 1996: All persons
  • Egypt 2006: All persons
  • El Salvador 1992: All persons
  • El Salvador 2007: All persons
  • Ethiopia 1984: Resident household members
  • Ethiopia 1994: Resident household members
  • Ethiopia 2007: Long form respondents
  • Fiji 1966: All persons
  • Fiji 1976: All persons
  • Fiji 1986: All persons
  • Fiji 1996: All persons
  • Fiji 2007: All persons
  • Fiji 2014: All persons
  • Finland 2010: All persons
  • France 1962: All persons
  • France 1968: All persons
  • France 1975: All persons
  • France 1982: All persons
  • France 1990: All persons
  • France 1999: All persons
  • France 2006: All persons
  • France 2011: All persons
  • Germany 1970: All persons
  • Germany 1971: All persons
  • Germany 1981: All persons
  • Germany 1987: All persons
  • Ghana 2000: All persons
  • Ghana 2010: All persons
  • Greece 1971: All persons
  • Greece 1981: All persons
  • Greece 1991: All persons
  • Greece 2001: All persons
  • Greece 2011: All persons
  • Guatemala 1964: All persons
  • Guatemala 1973: All persons
  • Guatemala 1981: All persons
  • Guatemala 1994: All persons
  • Guatemala 2002: All persons
  • Guinea 1983: All persons
  • Guinea 1996: Residents household members
  • Guinea 2014: Residents household members
  • Haiti 1971: All persons
  • Haiti 1982: All persons
  • Haiti 2003: All persons
  • Honduras 1961: All persons
  • Honduras 1974: All persons
  • Honduras 1988: All persons
  • Honduras 2001: All persons
  • Hungary 1970: All persons
  • Hungary 1980: All persons
  • Hungary 1990: All persons
  • Hungary 2001: All persons
  • Hungary 2011: All persons
  • Indonesia 1971: All persons
  • Indonesia 1976: All persons
  • Indonesia 1980: All persons
  • Indonesia 1985: All persons
  • Indonesia 1990: All persons
  • Indonesia 1995: All persons
  • Indonesia 2000: All persons
  • Indonesia 2005: All persons
  • Indonesia 2010: Persons in regular enumeration areas
  • Iran 2006: All persons
  • Iran 2011: All persons
  • Iraq 1997: All persons
  • Ireland 1971: All persons
  • Ireland 1979: All persons
  • Ireland 1981: All persons
  • Ireland 1986: All persons
  • Ireland 1991: All persons
  • Ireland 1996: All persons
  • Ireland 2002: All persons
  • Ireland 2006: All persons
  • Ireland 2011: All persons
  • Ireland 2016: All persons
  • Israel 1972: All persons
  • Israel 1983: All persons
  • Israel 1995: All persons
  • Israel 2008: All persons
  • Italy 2001: All persons
  • Italy 2011: All persons
  • Jamaica 1982: Persons in private households, boarding schools, schools for the blind/deaf, college/graduate residences, military/police schools/barracks, religious institutions, certain prison/detention camps, hospitals/nursing homes, or with no fixed abode
  • Jamaica 1991: Persons in private households or religious, educational, military, or police institutions
  • Jamaica 2001: All persons
  • Jordan 2004: All persons
  • Kenya 1969: All persons
  • Kenya 1979: All persons
  • Kenya 1989: All persons
  • Kenya 1999: All persons
  • Kenya 2009: All persons
  • Kyrgyzstan 1999: All persons
  • Kyrgyzstan 2009: All persons
  • Laos 1995: All persons
  • Laos 2005: All persons
  • Laos 2015: All persons
  • Lesotho 1996: All persons
  • Lesotho 2006: All persons
  • Liberia 1974: All persons
  • Liberia 2008: All persons
  • Malawi 1987: All persons
  • Malawi 1998: All persons
  • Malawi 2008: Persons who reside in the household
  • Malaysia 1970: All persons
  • Malaysia 1980: All persons
  • Malaysia 1991: All persons
  • Malaysia 2000: All persons
  • Mali 1987: All persons
  • Mali 1998: All persons
  • Mali 2009: All persons
  • Mauritius 1990: All persons
  • Mauritius 2000: All persons
  • Mauritius 2011: All persons
  • Mexico 1960: All persons
  • Mexico 1970: All persons
  • Mexico 1990: All persons
  • Mexico 1995: All persons
  • Mexico 2000: All persons
  • Mexico 2010: All persons
  • Mexico 2015: All persons
  • Mexico 2020: All persons
  • Mongolia 1989: All persons
  • Mongolia 2000: All persons
  • Morocco 1982: All persons
  • Morocco 1994: All persons
  • Morocco 2004: All persons
  • Morocco 2014: All persons
  • Mozambique 1997: Household residents
  • Mozambique 2007: Household residents
  • Myanmar 2014: All persons
  • Nepal 2001: All persons
  • Nepal 2011: All persons
  • Netherlands 1960: All persons
  • Netherlands 1971: All persons
  • Netherlands 2001: All persons
  • Netherlands 2011: All persons
  • Nicaragua 1971: All persons
  • Nicaragua 1995: All persons
  • Nicaragua 2005: All persons
  • Pakistan 1973: All persons
  • Pakistan 1981: All persons
  • Pakistan 1998: All persons
  • Palestine 1997: All persons
  • Palestine 2007: All persons
  • Palestine 2017: All persons
  • Panama 1960: Persons not in indigenous groups
  • Panama 1970: All persons
  • Panama 1980: All persons
  • Panama 1990: All persons
  • Panama 2000: All persons
  • Panama 2010: All persons
  • Papua New Guinea 1980: Persons in urban areas
  • Papua New Guinea 1990: All persons
  • Papua New Guinea 2000: All persons
  • Paraguay 1962: All persons
  • Paraguay 1972: All persons
  • Paraguay 1982: All persons
  • Paraguay 1992: All persons
  • Paraguay 2002: All persons
  • Peru 1993: All persons
  • Peru 2007: All persons
  • Peru 2017: All persons
  • Philippines 1990: All persons
  • Philippines 1995: All persons
  • Philippines 2000: All persons
  • Philippines 2010: All persons
  • Poland 1978: All persons
  • Poland 1988: All persons
  • Poland 2002: All persons
  • Poland 2011: All persons
  • Portugal 1981: All persons
  • Portugal 1991: All persons
  • Portugal 2001: All persons
  • Portugal 2011: All persons
  • Puerto Rico 1970: All persons
  • Puerto Rico 1980: All persons
  • Puerto Rico 1990: All persons
  • Puerto Rico 2000: All persons
  • Puerto Rico 2005: All persons
  • Puerto Rico 2010: All persons
  • Puerto Rico 2015: All persons
  • Puerto Rico 2020: All persons
  • Romania 1977: All persons
  • Romania 1992: All persons
  • Romania 2002: All persons
  • Romania 2011: All persons
  • Russia 2002: All persons
  • Russia 2010: All persons
  • Rwanda 1991: Non-visitors
  • Rwanda 2002: Non-visitors
  • Rwanda 2012: All persons
  • Saint Lucia 1980: All persons
  • Saint Lucia 1991: All persons
  • Senegal 1988: All persons
  • Senegal 2002: All persons
  • Senegal 2013: Residents in ordinary households
  • Sierra Leone 2004: All persons
  • Sierra Leone 2015: All persons
  • Slovakia 1991: All persons
  • Slovakia 2001: All persons
  • Slovakia 2011: All persons
  • Slovenia 2002: All persons
  • South Africa 1996: Persons in private households
  • South Africa 2001: All persons
  • South Africa 2007: Persons in private households
  • South Africa 2011: All persons
  • South Africa 2016: All persons
  • South Sudan 2008: All persons
  • Spain 1981: All persons
  • Spain 1991: All persons
  • Spain 2001: Persons who reside in the household
  • Spain 2011: All persons
  • Sudan 2008: All persons
  • Suriname 2004: All persons
  • Suriname 2012: All persons
  • Switzerland 1970: All persons
  • Switzerland 1980: All persons
  • Switzerland 1990: All persons
  • Switzerland 2000: All persons
  • Switzerland 2011: All persons
  • Tanzania 1988: All persons
  • Tanzania 2002: All persons
  • Tanzania 2012: All persons
  • Thailand 1970: All persons except monks
  • Thailand 1980: All persons except monks
  • Thailand 1990: All persons except monks
  • Thailand 2000: All persons except monks
  • Togo 1960: All persons
  • Togo 1970: All persons
  • Togo 2010: Resident persons
  • Trinidad and Tobago 1970: All persons
  • Trinidad and Tobago 1980: All persons
  • Trinidad and Tobago 2000: All persons
  • Trinidad and Tobago 2011: Persons in private households living in Trinidad and Tobago
  • Turkey 1985: All persons
  • Turkey 1990: All persons
  • Turkey 2000: All persons
  • Uganda 1991: All persons
  • Uganda 2002: All persons
  • Uganda 2014: All persons
  • Ukraine 2001: All persons
  • United Kingdom 1961: All persons
  • United Kingdom 1971: All persons
  • United Kingdom 1991: All persons
  • United Kingdom 2001: All persons
  • United States 1960: All persons
  • United States 1970: All persons
  • United States 1980: All persons
  • United States 1990: All persons
  • United States 2000: All persons
  • United States 2005: All persons
  • United States 2010: All persons
  • United States 2015: All persons
  • United States 2020: All persons
  • Uruguay 1963: All persons
  • Uruguay 1975: All persons
  • Uruguay 1985: All persons
  • Uruguay 1996: All persons
  • Uruguay 2006: All persons
  • Uruguay 2011: All persons
  • Venezuela 1971: All persons
  • Venezuela 1981: All persons
  • Venezuela 1990: All persons
  • Venezuela 2001: All persons
  • Vietnam 1989: All persons
  • Vietnam 1999: All persons
  • Vietnam 2009: All persons
  • Vietnam 2019: All persons
  • Zambia 1990: All persons
  • Zambia 2000: All persons
  • Zambia 2010: Present members and visitors
  • Zimbabwe 2012: All persons

Availability

  • Argentina: 1970, 1980, 1991, 2001
  • Armenia: 2001, 2011
  • Austria: 1971, 1981, 1991, 2001, 2011
  • Bangladesh: 1991, 2001, 2011
  • Belarus: 1999, 2009
  • Benin: 1979, 1992, 2002, 2013
  • Bolivia: 1976, 1992, 2001, 2012
  • Botswana: 1981, 1991, 2001, 2011
  • Brazil: 1960, 1970, 1980, 1991, 2000, 2010
  • Burkina Faso: 1985, 1996, 2006
  • Cambodia: 1998, 2004, 2008, 2013, 2019
  • Cameroon: 1976, 1987, 2005
  • Canada: 1852, 1871, 1881, 1891, 1901, 1911, 1971, 1981, 1991, 2001, 2011
  • Chile: 1960, 1970, 1982, 1992, 2002
  • China: 1982, 1990, 2000
  • Colombia: 1964, 1973, 1985, 1993, 2005
  • Costa Rica: 1963, 1973, 1984, 2000, 2011
  • Cuba: 2002, 2012
  • Côte d'Ivoire: 1988, 1998
  • Denmark: 1787, 1801, 1845, 1880, 1885
  • Dominican Republic: 1960, 1970, 1981, 2002, 2010
  • Ecuador: 1962, 1974, 1982, 1990, 2001, 2010
  • Egypt: 1986, 1996, 2006
  • El Salvador: 1992, 2007
  • Ethiopia: 1984, 1994, 2007
  • Fiji: 1966, 1976, 1986, 1996, 2007, 2014
  • Finland: 2010
  • France: 1962, 1968, 1975, 1982, 1990, 1999, 2006, 2011
  • Germany: 1819, 1970, 1971, 1981, 1987
  • Ghana: 2000, 2010
  • Greece: 1971, 1981, 1991, 2001, 2011
  • Guatemala: 1964, 1973, 1981, 1994, 2002
  • Guinea: 1983, 1996, 2014
  • Haiti: 1971, 1982, 2003
  • Honduras: 1961, 1974, 1988, 2001
  • Hungary: 1970, 1980, 1990, 2001, 2011
  • Iceland: 1703, 1729, 1801, 1901, 1910
  • India: 1983, 1987, 1993, 1999, 2004, 2009
  • Indonesia: 1971, 1976, 1980, 1985, 1990, 1995, 2000, 2005, 2010
  • Iran: 2006, 2011
  • Iraq: 1997
  • Ireland: 1901, 1911, 1971, 1979, 1981, 1986, 1991, 1996, 2002, 2006, 2011, 2016
  • Israel: 1972, 1983, 1995, 2008
  • Italy: 2001, 2011, 2011Q1, 2012Q1, 2013Q1, 2014Q1, 2015Q1, 2016Q1, 2017Q1, 2018Q1, 2019Q1, 2020Q1
  • Jamaica: 1982, 1991, 2001
  • Jordan: 2004
  • Kenya: 1969, 1979, 1989, 1999, 2009
  • Kyrgyzstan: 1999, 2009
  • Laos: 1995, 2005, 2015
  • Lesotho: 1996, 2006
  • Liberia: 1974, 2008
  • Malawi: 1987, 1998, 2008
  • Malaysia: 1970, 1980, 1991, 2000
  • Mali: 1987, 1998, 2009
  • Mauritius: 1990, 2000, 2011
  • Mexico: 1960, 1970, 1990, 1995, 2000, 2005Q1, 2005Q2, 2005Q3, 2005Q4, 2006Q1, 2006Q2, 2006Q3, 2006Q4, 2007Q1, 2007Q2, 2007Q3, 2007Q4, 2008Q1, 2008Q2, 2008Q3, 2008Q4, 2009Q1, 2009Q2, 2009Q3, 2009Q4, 2010, 2010Q1, 2010Q2, 2010Q3, 2010Q4, 2011Q1, 2011Q2, 2011Q3, 2011Q4, 2012Q1, 2012Q2, 2012Q3, 2012Q4, 2013Q1, 2013Q2, 2013Q3, 2013Q4, 2014Q1, 2014Q2, 2014Q3, 2014Q4, 2015, 2015Q1, 2015Q2, 2015Q3, 2015Q4, 2016Q1, 2016Q2, 2016Q3, 2016Q4, 2017Q1, 2017Q2, 2017Q3, 2017Q4, 2018Q1, 2018Q2, 2018Q3, 2018Q4, 2019Q1, 2019Q2, 2019Q3, 2019Q4, 2020, 2020Q1, 2020Q3
  • Mongolia: 1989, 2000
  • Morocco: 1982, 1994, 2004, 2014
  • Mozambique: 1997, 2007
  • Myanmar: 2014
  • Nepal: 2001, 2011
  • Netherlands: 1960, 1971, 2001, 2011
  • Nicaragua: 1971, 1995, 2005
  • Nigeria: 2006, 2007, 2008, 2009, 2010
  • Norway: 1801, 1865, 1875, 1900, 1910
  • Pakistan: 1973, 1981, 1998
  • Palestine: 1997, 2007, 2017
  • Panama: 1960, 1970, 1980, 1990, 2000, 2010
  • Papua New Guinea: 1980, 1990, 2000
  • Paraguay: 1962, 1972, 1982, 1992, 2002
  • Peru: 1993, 2007, 2017
  • Philippines: 1990, 1995, 2000, 2010
  • Poland: 1978, 1988, 2002, 2011
  • Portugal: 1981, 1991, 2001, 2011
  • Puerto Rico: 1970, 1980, 1990, 2000, 2005, 2010, 2015, 2020
  • Romania: 1977, 1992, 2002, 2011
  • Russia: 2002, 2010
  • Rwanda: 1991, 2002, 2012
  • Saint Lucia: 1980, 1991
  • Senegal: 1988, 2002, 2013
  • Sierra Leone: 2004, 2015
  • Slovakia: 1991, 2001, 2011
  • Slovenia: 2002
  • South Africa: 1996, 2001, 2007, 2011, 2016
  • South Sudan: 2008
  • Spain: 1981, 1991, 2001, 2005Q1, 2005Q2, 2005Q3, 2005Q4, 2006Q1, 2006Q2, 2006Q3, 2006Q4, 2007Q1, 2007Q2, 2007Q3, 2007Q4, 2008Q1, 2008Q2, 2008Q3, 2008Q4, 2009Q1, 2009Q2, 2009Q3, 2009Q4, 2010Q1, 2010Q2, 2010Q3, 2010Q4, 2011, 2011Q1, 2011Q2, 2011Q3, 2011Q4, 2012Q1, 2012Q2, 2012Q3, 2012Q4, 2013Q1, 2013Q2, 2013Q3, 2013Q4, 2014Q1, 2014Q2, 2014Q3, 2014Q4, 2015Q1, 2015Q2, 2015Q3, 2015Q4, 2016Q1, 2016Q2, 2016Q3, 2016Q4, 2017Q1, 2017Q2, 2017Q3, 2017Q4, 2018Q1, 2018Q2, 2018Q3, 2018Q4, 2019Q1, 2019Q2, 2019Q3, 2019Q4, 2020Q1, 2020Q2, 2020Q3, 2020Q4
  • Sudan: 2008
  • Suriname: 2004, 2012
  • Sweden: 1880, 1890, 1900, 1910
  • Switzerland: 1970, 1980, 1990, 2000, 2011
  • Tanzania: 1988, 2002, 2012
  • Thailand: 1970, 1980, 1990, 2000
  • Togo: 1960, 1970, 2010
  • Trinidad and Tobago: 1970, 1980, 2000, 2011
  • Turkey: 1985, 1990, 2000
  • Uganda: 1991, 2002, 2014
  • Ukraine: 2001
  • United Kingdom: 1851a, 1851b, 1851c, 1861a, 1861b, 1871b, 1881a, 1881b, 1891a, 1891b, 1901a, 1901b, 1911, 1961, 1971, 1991, 2001
  • United States: 1880a, 1880b, 1900, 1910, 1960, 1970, 1980, 1990, 2000, 2005, 2010, 2015, 2020
  • Uruguay: 1963, 1975, 1985, 1996, 2006, 2011
  • Venezuela: 1971, 1981, 1990, 2001
  • Vietnam: 1989, 1999, 2009, 2019
  • Zambia: 1990, 2000, 2010
  • Zimbabwe: 2012