Skip to main content

Share: A little bit about SST (01/07/2025)

As part of Malaysia’s fiscal reform under Budget 2025, significant changes have been made to the Sales and Service Tax (SST) regime. The adjustments, effective from 1 July 2025, aim to increase government revenue while maintaining fairness by excluding essential goods and focusing taxation on premium items and services.

This article provides a clear explanation of the SST system, its latest updates, categories affected, compliance requirements, and implications for businesses and consumers alike.

✅ What is SST?

SST refers to a single-stage tax system that replaced the GST (Goods and Services Tax) in 2018. It consists of:

  • Sales Tax – charged on manufacturers and importers at the production or import level.
  • Service Tax – imposed on certain prescribed taxable services provided by businesses.

SST is collected only once in the supply chain, unlike GST, which is multi-staged and creditable.

📅 Key Effective Dates

  • Start Date: 1 July 2025
  • Transition Period: July 1 – December 31, 2025 (no penalties for late compliance during this period)

🛒 Sales Tax 2025: What's New?

The sales tax continues to apply to goods manufactured locally or imported, but the scope has been expanded to include more non-essential and luxury items. Tax rates remain at 5% or 10%, depending on the item category.

Key Changes:
Exemptions remain for basic food items, books, medications, and educational materials.

New taxable goods include:

  • Salmon, avocadoes, cherries, and imported fruits
  • Essential oils, skincare serums, spa devices
  • Luxury goods such as high-end watches, racing bicycles, collectible art

 

⚙️ Service Tax 2025: Major Expansion

The service tax has undergone the most significant expansion to include more service categories. New rates apply, either 6% or 8%, depending on the nature of the service.

Newly Taxable Service Categories:

❌ Beauty services (e.g. haircut, spa) are excluded from the current expansion.

📝 Invoicing & Transition Rules

To avoid confusion during the switch, the government has set clear invoicing rules:

  • If invoice issued before 1 July 2025 but delivery happens later, old tax rules apply.
  • Invoices dated 1 July 2025 and later must apply the new SST rates.
  • Grace period until 31 December 2025 allows businesses to comply without penalty.

🧾 SST Registration Requirements

Businesses must register for SST if their taxable turnover exceeds specific thresholds.

 

📤 Filing SST Returns

  • Returns must be filed every 2 months (bi-monthly filing).
  • Businesses must file even if no tax is due.
  • Payment is due within 30 days of the taxable period’s end.
  • Penalties for non-compliance may include:
    • Late filing fines
    • 10%–15% interest for late payment
    • Legal prosecution (for serious violations)

💡 Why the SST Changes Matter

The SST changes are designed to:

  • Boost government revenue by taxing luxury goods and premium services.
  • Avoid burdening the general population, as essential goods remain exempt.
  • Support fairer taxation in line with rising incomes and consumption trends.

Government projections estimate an additional RM 3 billion/year in tax collection from this expansion.

🧭 How Businesses Should Prepare

  • Check Your Products/Services – Determine if you now fall under SST.
  • Update Accounting Systems – Adjust tax codes, software, and pricing.
  • Inform Customers – Especially if prices need to change due to new tax.
  • Register for SST – If turnover exceeds threshold.
  • Monitor Invoicing Dates – Apply the right tax based on transaction timing. 

Guidelines for the transition of Sales Tax rate changes (01/07/2025) source: mysst
Expansion SST Scope (01/07/2025) source: MOF

mysst official website
MOF official website

Popular posts from this blog

How-To: Use A.I.

Using A.I. tools like ChatGPT and Gemini is often compared to having a conversation with a person, but that’s not entirely accurate. In reality, it’s more like working with a highly brilliant, lightning-fast intern who has read every book in the library but has zero common sense. To get the best out of A.I., you don’t just "use" it, you guide it. Here is how to "train" and "teach" your A.I. to grow alongside you. 1. Stop "Searching," Start "Briefing" Most people use A.I. like Google, typing in short keywords. To "train" it for a specific task, you need to provide a brief. A great prompt usually follows the R-C-G framework: Role: Tell it who to be. "Act as a senior marketing consultant with 20 years of experience." Context: Give it the background. "I am launching a small bakery that specializes in sourdough in a busy urban neighborhood." Goal: Tell it exactly what you want. "Write three Instagram captio...

Share: The "Dark System" Ranked: Mobile MOBAs with the Most (and Least) Manipulation

In 2026, the mobile MOBA landscape has stabilized into a few "titans" and several niche survivors. Using the pattern of analyzing manipulation, fairness, and mechanics, here is the comprehensive guide to the current mobile MOBA market. 1. League of Legends: Wild Rift Manipulation: Near zero. There are no "pity bots" in ranked play once you leave the introductory tiers. Pay-to-Win: None. Skins are visual only; there are no stat-boosting items or emblems to buy. Mechanics: The highest "skill ceiling" on mobile. Requires active warding and manual aiming for almost every ability. 2. Onmyoji Arena Manipulation: Zero mechanical manipulation. It uses the "Onmyodo" system where all power-ups are free and unlocked for everyone from level one. Pay-to-Win: None. It is strictly cosmetic. Mechanics: Traditional 4-skill kits (rather than the mobile-standard 3). It features a complex "Fog of War" that rewards tactical map awareness. 3. Honor of Kings ...

Share: PHP

PHP is a widely-used, open-source scripting language especially suited for web development. Here's a breakdown of key aspects: 1. Core Concepts: Server-Side Scripting: PHP code is executed on the server, generating HTML (or other output) that is then sent to the user's browser. This distinguishes it from client-side languages like JavaScript, which run in the browser. Embedding in HTML: PHP code can be directly embedded within HTML, making it easy to create dynamic web pages. Dynamic Content: PHP allows you to generate content that changes based on user input, database information, or other factors. Database Interaction: PHP readily connects to various databases (like MySQL, PostgreSQL), enabling you to store and retrieve data. 2. Key Features and Characteristics: Open Source: PHP is free to use and distribute. Cross-Platform: It runs on various operating systems (Windows, Linux, macOS). Large Community: A vast community provides support, resources, and libraries. Web Framework...