Not tax advice. Computation tools only. Have a professional check your work before filing.
openaccountants/skills/il-tax-withholding.md

Use this skill with your AI agent

View on GitHub

Paste this skill into your AI agent's context, or save the file to your project. Works with any AI agent that reads markdown.

il-tax-withholding.md244 lines10.8 KB
v10Israel
Not yet verified by an accountantContact accountant
1---
2name: il-tax-withholding
3description: Use this skill when advising on Israeli tax withholding at source (ניכוי מס במקור — Nikui Mas BeMakor). Trigger on phrases like "withholding tax Israel", "nikui mas", "ishur nikui", "withholding certificate", "Form 856", "Form 102", "tium mas", "tax coordination", "ניכוי מס במקור", "אישור ניכוי", or any Israeli withholding tax query. Covers payments to suppliers, freelancers, landlords, and non-residents. ALWAYS read this skill before advising on Israeli withholding tax.
4version: 1.0
5jurisdiction: IL
6tax_year: 2025-2026
7category: international
8---
9 
10# Israel Tax Withholding (Nikui Mas BeMakor — ניכוי מס במקור) Skill v1.0
11 
12> **Based on work by [Skills IL](https://github.com/skills-il/tax-and-finance)**, licensed under MIT. Adapted for the OpenAccountants format.
13 
14---
15 
16## Section 1 — Quick reference
17 
18| Field | Value |
19|---|---|
20| Country | Israel (מדינת ישראל) |
21| Scope | Withholding tax at source on payments to suppliers, freelancers, landlords, and non-residents |
22| Currency | NIS (Israeli New Shekel — ₪) |
23| Governing law | Income Tax Ordinance — Sections 164 and 170 |
24| Tax authority | Israel Tax Authority (ITA — רשות המיסים בישראל) |
25| Periodic report | Form 102 (טופס 102) — monthly or bi-monthly |
26| Annual reconciliation | Form 856 (טופס 856) — due April 30 |
27| Certificate verification | gmishurim service — https://taxinfo.taxes.gov.il/gmishurim/firstPage.aspx |
28| Contributor | Open Accountants Community |
29| Validated by | Pending — requires sign-off by Israel-licensed רואה חשבון or יועץ מס |
30 
31### Conservative defaults
32 
33| Ambiguity | Default |
34|---|---|
35| No withholding certificate provided | Apply default rate for payment type |
36| Certificate year not verified | Treat as expired — apply default rate |
37| Unknown whether payee is resident or non-resident | Treat as non-resident (25% rate) |
38| Payment type unclear | Apply 30% services default |
39| Unknown whether payer exceeds mandatory withholder threshold | Withhold to be safe |
40 
41---
42 
43## Section 2 — Default withholding rates
44 
45### 2.1 Rates by payment type (no certificate)
46 
47| Payment type | Hebrew | Default rate | ITO Section |
48|---|---|---|---|
49| Services — individuals, no certificate | שלומים עבור שירותים | 30% (up to ~47% for unverified payees) | 164 |
50| Services — companies, no certificate | שלומים עבור שירותים | 20–30% by ITA classification | 164 |
51| Rent — business/commercial property | שכירות נכסי נדל"ן | 35% | 170 |
52| Rent — residential property | שכר דירה למגורים | 30% | 170 |
53| Royalties | תמלוגים | 23% | 170 |
54| Interest | ריבית | 25% | 164 |
55| Dividends | דיבידנדים | 25–30% | 164 |
56| Payments to non-residents | תשלומים לתושבי חוץ | 25% | 170 |
57 
58**The "20% flat" figure from older guidance is incorrect.** The ITA default for a service payment with no certificate is 30%, and the tax office can set it as high as ~47% for an unverified payee. A valid certificate is what brings the rate down (often to 0–5%).
59 
60### 2.2 De minimis threshold
61 
62A single payment to a payee below approximately NIS 5,520 (annually indexed) does not require withholding, unless cumulative payments to that payee cross the threshold. Always verify the current-year threshold.
63 
64---
65 
66## Section 3 — Withholding certificates
67 
68### 3.1 Certificate types
69 
70| Certificate | Hebrew | Purpose |
71|---|---|---|
72| Ishur Nikui Mas BeMakor | אישור ניכוי מס במקור | Reduced or zero withholding on payments received |
73| Ishur Tium Mas | אישור תיאום מס | Tax coordination for individuals with multiple payers/employers |
74| Ishur Nikui Mas Rechisha | אישור ניכוי מס רכישה | Real estate purchase tax withholding |
75 
76### 3.2 Verifying a certificate
77 
78When a payee presents a withholding certificate:
79 
801. **Verify the year** — certificates are valid for the current tax year (January–December) only
812. **Verify the payee's identity** — business name, TIN (taxpayer identification number), and approved rate must match
823. **Verify online** — use the ITA gmishurim service to confirm certificate status: https://taxinfo.taxes.gov.il/gmishurim/firstPage.aspx
834. **Check validity period** — some certificates have shorter validity than the full year
84 
85### 3.3 Obtaining a certificate
86 
871. Apply through the ITA online services (gmishurim system)
882. Provide: TIN, financial statements, tax returns
893. Certificate valid for the current tax year
904. Renewal required annually — certificates expire December 31
91 
92---
93 
94## Section 4 — Withholding calculation
95 
96### 4.1 Basic calculation
97 
98```
99Payment amount (before VAT): X NIS
100Withholding rate: Y% (from certificate, or default)
101Withholding amount: X × Y%
102Net payment to payee: X − Withholding amount
103VAT (if applicable): Calculated separately on the full pre-withholding amount
104```
105 
106### 4.2 Worked example — Payment to freelancer
107 
108**Scenario:** Business pays NIS 10,000 to a freelancer (Osek Murshe) for consulting, no certificate.
109 
110| Line | Amount (NIS) |
111|---|---|
112| Gross payment (before VAT) | 10,000 |
113| Withholding (30% default) | 3,000 |
114| Net payment to freelancer | 7,000 |
115| VAT (18% on gross) | 1,800 |
116| Total paid by business | 8,800 (net 7,000 + VAT 1,800) |
117 
118If the freelancer provides a valid certificate showing 2% withholding:
119 
120| Line | Amount (NIS) |
121|---|---|
122| Gross payment (before VAT) | 10,000 |
123| Withholding (2% per certificate) | 200 |
124| Net payment to freelancer | 9,800 |
125| VAT (18% on gross) | 1,800 |
126| Total paid by business | 11,600 (net 9,800 + VAT 1,800) |
127 
128### 4.3 Cross-border payments
129 
130For payments to non-residents:
131- Default: 25% withholding
132- Tax treaty may reduce the rate — check the Israel–[country] treaty
133- Common treaties: US-Israel, UK-Israel, Germany-Israel, France-Israel
134- Treaty benefits require documentation and proper application
135- Treaty list: https://www.gov.il/he/departments/guides/taxation-agreements
136 
137---
138 
139## Section 5 — Periodic reporting (Form 102)
140 
141### 5.1 Filing obligation
142 
143Amounts withheld must be reported and paid to the ITA periodically:
144 
145| Business size | Reporting frequency | Deadline |
146|---|---|---|
147| Small businesses | Bi-monthly | 15th of the month after the period |
148| Larger businesses / employers | Monthly | 15th of the following month |
149 
150Late reporting and late payment carry penalties and indexation (הצמדה + ריבית).
151 
152### 5.2 Mandatory withholder threshold
153 
154Not every payer must withhold. A business becomes a mandatory withholding agent for service/asset payments once its turnover crosses the ITA's indexed turnover threshold. Below the threshold, withholding on service payments may not be required, but a business with employees still files Form 102 for payroll.
155 
156---
157 
158## Section 6 — Annual reconciliation (Form 856)
159 
160### 6.1 Purpose
161 
162Form 856 (טופס 856) is the annual withholding reconciliation for payments to suppliers and service providers. It is a detailed file listing every payee, the total paid, and the total withheld during the year, reconciled against the Form 102 deposits.
163 
164### 6.2 Requirements
165 
166| Field | Description |
167|---|---|
168| Supplier details | ID/company number, name, address |
169| Total payments | Gross amount paid during the year |
170| Tax withheld | Amount withheld at source |
171| Payment type | Services, goods, rent, commissions, etc. |
172 
173### 6.3 Deadline
174 
175**April 30** of the year following the reporting year.
176 
177### 6.4 Workflow
178 
1791. Deposit withheld amounts periodically via Form 102
1802. At year end, compile the per-payee detail file
1813. Submit Form 856 by April 30
1824. Form 856 is the PAYER's obligation as the withholding agent — separate from the payee's own annual return
183 
184---
185 
186## Section 7 — 2026 deduction-disallowance rule
187 
188**Income Tax Circular 3/2026 (effective for payments made from 1.1.2026):**
189 
190An expense or input-VAT deduction is disallowed where the payer:
191- Failed to withhold tax as required, OR
192- Failed to report the withholding as required, OR
193- Breached the Law for Reduction of the Use of Cash (cash over NIS 6,000 in a business-to-business transaction)
194 
195**Treat a missed withholding or a cash-law breach as a deduction risk, not just a reporting issue.** The business loses the right to deduct the expense for income tax purposes AND loses the right to claim input VAT on the payment.
196 
197---
198 
199## Section 8 — Red flags and common errors
200 
201| Error | Consequence |
202|---|---|
203| Using the legacy "20% for services" rate | Under-withholding; payer liable for the shortfall |
204| Not checking certificate expiry | Applying a reduced rate when certificate has expired |
205| Applying domestic rates to non-resident payments | Under-withholding; potential double taxation issues |
206| Using residential rent rate (30%) for commercial property | Should be 35% for commercial |
207| Cash payment over NIS 6,000 in B2B | Expense deduction disallowed under 2026 rules |
208| Missing Form 102 deadline | Penalties and indexation on late payment |
209| Not filing Form 856 by April 30 | Separate annual reconciliation penalty |
210 
211---
212 
213## Section 9 — Tier 2 items (require professional input)
214 
215| Item | Why it needs a professional | What to ask |
216|---|---|---|
217| Tax treaty application | Treaty rates and documentation requirements vary by country | "Which country is the payee resident in? Provide the treaty article relied on." |
218| Withholding on real estate transactions | Complex exemption rules under Mas Rechisha | "Is this a residential or commercial property purchase?" |
219| Reclassification of payment type | ITA may challenge the classification | "Provide the service agreement or contract." |
220| Exemption claims by non-residents | Requires ITA approval and specific documentation | "Does the non-resident have a permanent establishment in Israel?" |
221 
222---
223 
224## Section 10 — Reference material
225 
226| Resource | Reference |
227|---|---|
228| Israel Tax Authority (ITA) | https://www.gov.il/he/departments/israel_tax_authority |
229| Certificate lookup (gmishurim) | https://taxinfo.taxes.gov.il/gmishurim/firstPage.aspx |
230| Form 856 filing | https://www.gov.il/he/service/form-856 |
231| Income Tax Ordinance s.164/170 | https://www.nevo.co.il/law_html/law01/255_001.htm |
232| Tax treaty list | https://www.gov.il/he/departments/guides/taxation-agreements |
233| ITA filing portal (Shaam) | https://www.misim.gov.il |
234 
235---
236 
237## Disclaimer
238 
239> **חשוב:** כל המידע בקובץ זה מיועד למטרות מידע וחישוב בלבד. יש לבדוק כל עמדה מול רואה חשבון (Ro'eh Cheshbon) או יועץ מס (Yo'etz Mas) מוסמך לפני הגשה או פעולה.
240 
241This skill and its outputs are provided for informational and computational purposes only and do not constitute tax, legal, or financial advice. Open Accountants and its contributors accept no liability for any errors, omissions, or outcomes arising from the use of this skill. All outputs must be reviewed and signed off by a qualified professional — such as a רואה חשבון (Ro'eh Cheshbon — CPA) or יועץ מס (Yo'etz Mas — tax advisor) licensed in Israel — before filing or acting upon.
242 
243The most up-to-date, verified version of this skill is maintained at [openaccountants.com](https://openaccountants.com). Log in to access the latest version, request a professional review from a licensed accountant, and track updates as tax law changes.
244 

Run this skill, then get an accountant to check it

After running the full skill pack in Claude, sign up and upload your worksheet. We'll connect you with a trusted accountant in our network who can review your numbers before you file.

Discussions(0)

No discussions yet. Verified accountants can post questions about this skill.

Quality

Q2: Research-verified

Deep research against tax authority sources. Not yet tested on real data.

Needs real client data + practitioner sign-off to reach Q1.

Accountant Review

Unverified
0/28

About

Use this skill when advising on Israeli tax withholding at source (ניכוי מס במקור — Nikui Mas BeMakor). Trigger on phrases like "withholding tax Israel", "nikui mas", "ishur nikui", "withholding certificate", "Form 856", "Form 102", "tium mas", "tax coordination", "ניכוי מס במקור", "אישור ניכוי", or any Israeli withholding tax query. Covers payments to suppliers, freelancers, landlords, and non-residents. ALWAYS read this skill before advising on Israeli withholding tax.

ILty-2025

Use this skill

This skill is open source and free to use in any AI agent. Copy it, download it, or clone the repo. If you find an error, flag it — a licensed accountant will review.

8 of 8 in the IL workflow: