Migrate to RunxBuild and earn up to $50 in hosting credit on your first deposit.

Calculate your savings
unxBuild
Back to Blog Explainer

.se Domain: Sweden's ccTLD, Its Registry, and What It Requires

Sean

Platform Writer

Sep 02, 2026
8 min read

.se is Sweden’s country-code top-level domain, it is open to registrants anywhere in the world, and it is run by one of the more technically serious registries in the business.

.se Domain: Sweden's ccTLD, Its Registry, and What It Requires

Most search results for it are registrar checkout pages. What they leave out is the part that matters operationally: The Internet Foundation in Sweden has a track record of pushing infrastructure standards ahead of the market, and that shapes how a .se behaves once it is live. Here is what registering one actually involves and what to set up afterward.

Table of contents

The registry is unusual, and it shows

The .se zone is operated by The Internet Foundation in Sweden, an independent foundation that reinvests registry income into internet infrastructure and research rather than distributing it. That structure has produced a registry that behaves more like a standards body than a sales channel.

The most cited consequence: .se was the first country-code top-level domain in the world to deploy DNSSEC, in 2005, years before most registries had a plan. The foundation also funds testing tools that a lot of the industry uses for zone and mail validation, which is not a normal registry activity.

There is also a candid piece of history worth knowing. In October 2009 a routine zone-update error broke .se resolution for roughly an hour across the entire TLD — a missing trailing dot in a generated zone file. The registry published a full post-mortem rather than a press release. It is one of the more useful public incident reports in DNS operations and it is why the zone-generation pipeline looks the way it does now.

None of this changes the checkout process. It does mean that when you have a technical question about .se, there is usually a real technical answer published somewhere rather than a support macro.

Registering: who can, and what changed in 2003

Modern .se registration is open. Anyone, anywhere, can register any available name directly under .se, subject only to a reserved and blocked list the registry publishes.

This was not always true. Before 2003 the rules were restrictive to the point of being an obstacle: individuals could hold exactly one domain, and only under a .pp.se subdomain; organisations registered under county-letter subdomains unless they operated nationally. The predictable result was that a large share of Swedish sites gave up and registered .com or .nu instead.

The 2003 liberalisation opened direct registration under .se to everyone and the zone grew accordingly. Some second-level structures survive for specific institutional purposes, but they are not something a general registrant interacts with.

Pricing sits in the normal European ccTLD band — above .com, below the premium hacks. As always, compare renewal rather than first-year registration, and check whether your registrar charges for the authorisation code on transfer out.

DNSSEC on a .se is a first-class concern

Given the registry’s history, a large share of the .se zone is signed and the tooling around it is mature. If you sign your zone, the operational rules are the same as anywhere but the stakes are higher because validation is widely deployed among Swedish resolvers.

The failure mode to internalise: a DS record at the registry that does not match the key actually signing your zone produces a hard failure, not a soft one. Validating resolvers return SERVFAIL and the site is simply unreachable. There is no degraded mode, no warning banner, no partial service.

That makes nameserver changes on a signed domain a sequenced operation rather than a single edit:

  1. Remove the DS record at the registry through your registrar.
  2. Wait out the DS record’s TTL — this is a real wait, not an optimistic one.
  3. Change the nameservers at the registrar.
  4. Confirm the new provider is serving a correctly signed zone.
  5. Publish the new DS record.

Some registrars and DNS providers automate this through CDS and CDNSKEY records, where the child zone signals key changes and the parent picks them up. If both your registrar and DNS provider support it, use it — it removes the manual step that causes most DNSSEC outages.

Records to set once the domain is live

The baseline is the same as any domain, and worth being deliberate about rather than accepting registrar defaults.

  • A or ALIAS on the apex, CNAME on www, and one canonical redirect between them.
  • CAA naming your certificate authority, so nobody else can issue for the name.
  • SPF, DKIM and DMARC if the domain sends mail — and an explicit v=spf1 -all plus p=reject DMARC if it never will.
  • A sensible TTL. Lower it before a planned change and raise it afterward; leaving everything at five minutes forever costs you resolution latency for no benefit.

Certificates work normally. A .se gets a domain-validated certificate through the same ACME challenge as any other name, and on a managed host that happens automatically once DNS resolves. Verify the renewal actually runs — an expired certificate is a full outage and the most common cause is a renewal timer nobody ever checked after the first success.

One Swedish-market note: if you are serving Swedish users, serve from Europe. The round-trip difference between a European and a North American origin is enough to be felt on every request, and no amount of front-end optimisation recovers latency you spent on the wire.

Is .se worth it for your project

For a business selling into Sweden, clearly yes. It is a strong local signal in a market where local signals carry weight, and Swedish users have a marked preference for .se over .com for Swedish businesses.

For a business with no Swedish connection, it is a domain hack — words ending in s-e, mostly. That works, and there is a long tradition of it, but you are paying a European ccTLD renewal annually for a naming coincidence and inheriting a registry whose policies are written for Swedish registrants.

For anything targeting multiple European markets, a .com or a .eu with proper hreflang usually beats collecting ccTLDs. A country-code domain geotargets to one country by design, which is a feature when you want it and a ceiling when you do not.

The domain decision is small and reversible in a way the infrastructure decision is not. Spend the thinking time on where the application runs.

How this fits the rest of the stack

Registering the name is the easy part and the cheap part. What decides the monthly bill is the service handling requests, the database behind it, the storage, and the bandwidth — and those are worth modelling before you build rather than after the first invoice. The RunxBuild hosting calculator puts them on one screen. Once you are ready to point the domain, RunxBuild issues and renews the certificate as part of the deploy, so the DNS record is the last step rather than the first of five.

Useful related references:

FAQ

Can I register a .se domain from outside Sweden?

Yes. Registration has been open to anyone worldwide since the 2003 liberalisation. Before that, rules were restrictive enough that many Swedish sites used .com or .nu instead.

Why does .se have such strong DNSSEC adoption?

The registry deployed DNSSEC in 2005, making .se the first country-code top-level domain in the world to sign its zone, and it has actively encouraged registrar and registrant adoption since. The result is that a large share of the zone is signed and validation is widely deployed among Swedish resolvers.

What happens if my DS record does not match my zone key?

Validating resolvers return SERVFAIL and the domain becomes completely unreachable for anyone behind one. It is a hard failure with no degraded mode, which is why nameserver changes on a signed domain need the DS record removed first and the old TTL waited out.

Is .se better than .com for a Swedish business?

For a Swedish audience, generally yes — it geotargets to Sweden and Swedish users tend to prefer it for Swedish businesses. For an audience outside Sweden it works against you, because the same geotargeting signal that helps locally limits you elsewhere.

How much does a .se domain cost?

Pricing varies by registrar and sits in the normal European country-code band, above typical .com pricing. Compare the renewal price rather than the first-year registration price, since renewal is what you pay every year after the first.

#se domain#ccTLD#DNSSEC#DNS#Sweden