French Name Generator

Generate up to 100 French first and last names. Choose male or female names, preserve accents, copy a list or download CSV and JSON. Free, no sign-up.

Updated

Generate French given names and surnames for a character roster, a French-language mockup or a test file. Choose a gender and quantity, then generate up to 100 names. Copy one name or the list, or download the displayed values in CSV or JSON. Names appear given name first, without an added title or middle initial.

  • Albérade Royer
  • Adalsinde Meyer
  • Agnane Benoit
  • Aliette Thomas
  • Nadine Vasseur

Need an address and contact details? Generate a full profile below.

Generate a full French profile with an address

CA

Coline A. Laine

2354 Allée Saint-Denis
Nice, Provence-Alpes-Côte d'Azur 06300
France

Fictional test data — not a real person

Personal

SexFemale
Geo coordinates43.68562, 7.34415

Phone

Phone0216559306
Country codeFR

Birthday

BirthdayDecember 16, 1946
Age79 years old
Tropical zodiacSagittarius

Online

Email addressclaine89@example.com
UsernameColineLa478
PasswordvQV6h5ZfxX
Websitemince-main-duvre.com
Browser user agentMozilla/5.0 (iPhone; CPU iPhone OS 17_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1 Mobile/15E148 Safari/604.1

Physical

Height5' 10" (177 cm)
Weight153.4 pounds (69.6 kg)
Blood typeA-
Hair colorRed
Eye colorGreen

Tracking numbers

UPS tracking1Z 420 870 99 8964 830 5

Other

Favorite colorbleu bleuet
Vehicle2008 Tata Camry
License plateSL48JSO
GUID5ab3029c-f254-4952-be98-65d20b4ed33d

This is randomly generated fictional data for software testing, QA, and privacy. It does not describe a real person. Any resemblance to a real individual is coincidental.

Spelling is preserved, including accents, hyphens and spaces. A generated combination can match a real person or another result. For a profile with an address and contact fields, use the separate full French profile above; its postal-format notes explain which address fields are based on reference data.

French name data, accents and popularity

The installed Faker 9.9.0 French locale contains 496 male and 451 female given-name entries, plus 150 generic surname entries. Sixteen given names occur in both gender lists, including Camille, Claude and Dominique. A gender selection chooses a source category; it does not make a name exclusive to that gender or infer anyone’s identity.

This tool samples the locale lists rather than birth-registration frequencies. It has no birth-year, region or historical-period filter. For actual French first-name trends, consult INSEE’s given-name files linked in Sources. Those published statistics are a reference for your research, not the data used to weight this generator.

Keep accented characters intact when copying into a database or importing the UTF-8 download. CSV and JSON each use a single name field; splitting on spaces does not reliably recover the surname. For structured columns, use the bulk test data generator. For deliberate accent and punctuation failures, use the name validation fixtures.

Number before street, commune in capitals, and a postcode that is not a place.

France puts the house number before the street name, like the English-speaking world and unlike Germany, and then diverges. The last line pairs a five-digit code postal with the commune, and the commune is conventionally written in capitals with no punctuation at all — the French standard is explicit that the delivery line should carry neither commas nor full stops, because they are noise to a sorting machine.

The code postal is not a place name and the two do not map one to one. A single code can serve several communes, and a large city's code encodes its arrondissement rather than a district a resident would name: 75002 is the second arrondissement of Paris. So a form that looks up a town from a postcode and then locks the field will be wrong for the many communes that share one.

The other French particular is Cedex — Courrier d'Entreprise à Distribution Exceptionnelle — which appears after the commune on a business address and signals a special distribution arrangement with its own code. It looks like noise to a validator built for residential addresses, and it is not: an address ending PARIS CEDEX 09 is correct and complete.

There is also a French phone-number trap worth a fixture. French numbers are written in pairs — 01 42 68 53 00 — and the leading zero is a trunk prefix that disappears in international format, so +33 1 42 68 53 00 is the same number with nine digits after the country code rather than ten. Code that strips spaces and keeps the zero produces a number that is one digit too long and looks plausible, which is the worst kind of wrong.

The generator pins French addresses to one of 15 real cities with a postal code genuinely issued there, inventing the street name and number. It does not produce Cedex addresses or arrondissement-specific streets — if you are testing business-address handling in France, that is a fixture to write by hand.

Diagram of how a postal address is written in France, line by line: line 1 is recipient, line 2 is house number, then street name, line 3 is five-digit code postal, then commune in capitals. Each line is shown with an example value and a description of what it contains.
The order the lines of a France address are printed in, and what each one carries.

France identity & address data format

FieldFormat / value
CountryFrance (FR)
CapitalParis
Phone dialing code+33
Phone number format10 digits (0X XX XX XX XX), +33 country code
Postal code format5 digits (NNNNN)
Region typeRegion
National ID labelINSEE No. — masked test placeholder
Real ID format referenceINSEE/NIR: 13 digits + 2 check digits (15 total)
CurrencyEUR
Driving sideright
Time zoneUTC+1 (CET), UTC+2 in summer (CEST)

Reference fields for a generated French identity. Generated values are fictional and for testing only; national IDs are masked placeholders, not real local-format identifiers.

How an address is written in France

LineExampleWhat it carries
1Madame Marie DupontRecipient
212 rue de la PaixHouse number, then street name
375002 PARISFive-digit code postal, then commune in capitals

Line order per the Universal Postal Union's country file. Values are illustrative — the generator invents the street and number while pinning the parts that have to be real.

Frequently asked questions

How do I generate a list of French names?

Choose a gender and quantity in the name tool above. Generate up to 100 names, copy a single result or export the list as CSV or JSON. Results can repeat and can match a real person by chance.

Do the name downloads include addresses?

The name-list downloads contain names only. For a profile with address and contact fields, use the separate full profile tool on this page. Each tool exports the result it displays.

Are these the most popular French names for a birth year?

No. The generator samples Faker’s French name lists, without population weighting or a year filter. INSEE’s given-name statistics are the separate source for popularity research.

Why is the French commune written in capitals?

It is the postal convention for the delivery line, along with dropping punctuation entirely — no commas, no full stops. The line is read by sorting equipment before it is read by a person, and capitals with no punctuation is the form that reads most reliably. An address stored with the commune in mixed case is not wrong, but it will not match a postal file exactly.

Does a French postcode identify one town?

No. One code postal can serve several communes, and in large cities the code encodes the arrondissement rather than a neighbourhood name — 75002 is the second arrondissement of Paris. A form that auto-fills the town from the postcode and then locks the field will be wrong wherever communes share a code.

What does CEDEX mean at the end of a French address?

It marks a special business distribution arrangement — Courrier d'Entreprise à Distribution Exceptionnelle — and it comes after the commune, often with its own number, as in PARIS CEDEX 09. It is a complete, correct address, and validators written for residential addresses frequently reject it.

Random address in France

Other countries

Generate by gender

Learn more

Sources

  1. INSEE — Fichier des prénoms, birth-registration name statistics — INSEE
  2. Faker 9.9.0 — Versioned locale source data — Faker
  3. Universal Postal Union — official addressing format for France — Universal Postal Union
  4. Fakenamely — Data and Methodology: which countries are geographically pinned, and which are not — Fakenamely
  5. ISO 3166 — Codes for country names and subdivisions — ISO
  6. ITU-T E.164 — International telephone numbering plan — ITU
  7. Universal Postal Union — Addressing and postal code standards — Universal Postal Union