Capture of Singapore's Merlion and Marina Bay Sands at sunset, showcasing modern architecture.Iconic Merlion statue with Singapore skyline backdrop and Esplanade theaters.

Singapore Business Name Check

The first step in setting up a company in Singapore is choosing a name and having your filing agency validate it in the Accounting and Corporate Regulatory Authority (ACRA). Use our free tool to search for a company name and see if it's available.

How to pick a company name

You don't want ACRA to reject your business name, so we have listed some restrictions that you should know about before you start choosing one. Your business name has to be:

Unique

In Singapore, a business name is considered taken even if you add the following elements:

  • Articles (Example = The Example)
  • A generic word (Example = Example Corporation = Example International)
  • A business entity type (Example = Example Pte Ltd = Example Limited)

Licence-free

To get your name fast, avoid using words like "finance", "bank", "school", "media", or "education". They include types of business regulated by agencies other than ACRA, so your application will be referred to them for review.

Non-offensive

If a proposed business name is obscene or includes religious names, the Registry will reject the name for purposes of incorporation, registration, or name change.

Frequently Asked Questions

How to check if a business name is taken in Singapore?

To check if a business name is taken in Singapore, you can use the Company Name Checker Tool provided by FINCOGNITO. This tool is integrated with a database of common company names, allowing you to search for existing business names. Simply enter your desired company name into the search bar, and the tool will quickly verify its availability.

How to reserve a company name?

Reserving a company name in Singapore is a simple process that can be done through the ACRA BizFile+ portal. After checking that your desired name is available using our Company Name Checker Tool, you can submit a name reservation application directly through ACRA. Once approved, the name will be reserved for 120 days.

How do I check if a company name is available in ACRA?

To check if a company name is available in ACRA, you can directly access the ACRA BizFile+ portal or use our Company Name Checker Tool. The process is straightforward: enter your preferred company name into the search tool, and it will check the database to see if the name is already in use.

WhatsApp Us
'); w.document.close(); w.print(); }; $('.dwls-form').on('submit', function(e){ e.preventDefault(); var form=$(this); var box=form.closest('.dwls-container'); var btn=form.find('.dwls-search-btn'); var input=form.find('.dwls-input'); var results=box.find('.dwls-results'); var error=box.find('.dwls-error'); var progress=box.find('.dwls-progress'); var query=input.val().trim(); if(!query){ error.text('Please enter a search query').show(); return false; } if(btn.prop('disabled')) return false; btn.prop('disabled', true).text('Searching...'); results.hide(); error.hide(); progress.show(); $.ajax({ url: 'https://fincognito.sg/wp-admin/admin-ajax.php', type: 'POST', data: { action: 'friendempire_dwls_search', query: query, nonce: '562ec0398a' }, success: function(response){ progress.hide(); if(response.success&&response.data&&response.data.html){ var html='
' + response.data.html + '
'; html +='
'; html +=''; html +=''; html +='
'; html +='
' + (response.data.cached ? 'Cached':'Live result') + '
'; results.html(html).show(); }else{ error.text(response.data||'Error occurred').show(); }}, error: function(xhr, status){ progress.hide(); error.text(status==='timeout' ? 'Search timed out':'Connection failed').show(); }, complete: function(){ btn.prop('disabled', false).text('Search'); }}); }); $('.dwls-input').on('keydown', function(e){ if(e.ctrlKey&&e.which===13){ $(this).closest('.dwls-form').trigger('submit'); }}); }); //# sourceURL=dwls-frontend-js-after