{"id":4606,"date":"2026-05-07T13:37:03","date_gmt":"2026-05-07T13:37:03","guid":{"rendered":"https:\/\/greymind.net\/wjs2\/?page_id=4606"},"modified":"2026-05-07T13:48:30","modified_gmt":"2026-05-07T13:48:30","slug":"johnsons-amnesty-what-we-know-so-far","status":"publish","type":"page","link":"https:\/\/greymind.net\/wjs2\/johnsons-amnesty-what-we-know-so-far\/","title":{"rendered":"Johnson&#8217;s Amnesty: what we know so far"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4606\" class=\"elementor elementor-4606\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-eb9b2ad elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"eb9b2ad\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a3300f6\" data-id=\"a3300f6\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7293dba elementor-widget elementor-widget-html\" data-id=\"7293dba\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<title>Johnson's Amnesty: What We Know So Far<\/title>\r\n<!-- Font Link to Montserrat -->\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\r\n<style>\r\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\r\n  body { font-family: 'Montserrat', sans-serif; background: #f7f5f2; color: #1a1a2e; }\r\n  \r\n  \/* Hero Section *\/\r\n  .wj-detail-hero { position: relative; height: 420px; overflow: hidden; }\r\n  .wj-detail-hero img { width: 100%; height: 100%; object-fit: cover; display: block; }\r\n  .wj-detail-hero-overlay { \r\n    position: absolute; inset: 0; \r\n    background: linear-gradient(to bottom, rgba(26,26,46,0.3) 0%, rgba(26,26,46,0.85) 100%); \r\n    display: flex; align-items: flex-end; padding: 48px 40px; \r\n  }\r\n  .wj-detail-hero-content { max-width: 760px; }\r\n  \r\n  \/* White text on hero image *\/\r\n  .wj-detail-label { \r\n    font-size: 11px; font-weight: 600; letter-spacing: 3px; \r\n    text-transform: uppercase; color: #ffffff; \r\n    margin-bottom: 14px; display: block; \r\n    text-shadow: 0 1px 3px rgba(0,0,0,0.4);\r\n  }\r\n  .wj-detail-title { \r\n    font-family: 'Montserrat', sans-serif; \r\n    font-size: clamp(26px, 4vw, 42px); \r\n    font-weight: 700; color: #fff; \r\n    line-height: 1.25; \r\n    text-shadow: 0 2px 4px rgba(0,0,0,0.5);\r\n  }\r\n  \r\n  .wj-detail-wrap { max-width: 780px; margin: 0 auto; padding: 50px 24px 80px; }\r\n  \r\n  \/* Content Typography *\/\r\n  .wj-detail-body h2 { \r\n    font-family: 'Montserrat', sans-serif; \r\n    font-size: 24px; font-weight: 600; \r\n    color: #1a1a2e; margin: 36px 0 14px; line-height: 1.3; \r\n  }\r\n  .wj-detail-body h3 { \r\n    font-family: 'Montserrat', sans-serif; \r\n    font-size: 20px; font-weight: 600; \r\n    color: #1a1a2e; margin: 28px 0 12px; line-height: 1.3; \r\n  }\r\n  .wj-detail-body p { \r\n    font-size: 16px; line-height: 1.8; color: #444; margin-bottom: 20px; \r\n  }\r\n  .wj-detail-body strong { color: #1a1a2e; font-weight: 600; }\r\n  \r\n  \/* Lists *\/\r\n  .wj-detail-body ul, .wj-detail-body ol { \r\n    padding-left: 0; list-style: none; margin-bottom: 20px; \r\n  }\r\n  .wj-detail-body ul li, .wj-detail-body ol li { \r\n    font-size: 16px; line-height: 1.8; color: #444; \r\n    padding: 8px 0 8px 24px; position: relative; \r\n    border-bottom: 1px solid #eee; \r\n  }\r\n  .wj-detail-body ul li::before { \r\n    content: ''; position: absolute; left: 0; top: 18px; \r\n    width: 8px; height: 2px; background: #1a1a2e; border-radius: 1px; \r\n  }\r\n  .wj-detail-body ol { counter-reset: item; }\r\n  .wj-detail-body ol li { \r\n    padding-left: 32px; counter-increment: item; \r\n  }\r\n  .wj-detail-body ol li::before { \r\n    content: counter(item) \".\"; position: absolute; left: 0; top: 8px; \r\n    font-weight: 600; color: #1a1a2e; \r\n  }\r\n  \r\n  \/* Callout Box *\/\r\n  .wj-detail-callout { \r\n    background: #1a1a2e; border-left: 4px solid #1a1a2e; \r\n    padding: 24px 28px; margin: 36px 0; \r\n    border-radius: 0 4px 4px 0; \r\n  }\r\n  .wj-detail-callout p { \r\n    color: #e8e4df !important; font-size: 15px; \r\n    margin: 0; font-style: italic; line-height: 1.7; \r\n  }\r\n  \r\n  \/* Author Box *\/\r\n  .wj-author-box { \r\n    background: #fff; border: 1px solid #e0dbd4; \r\n    padding: 20px 24px; margin: 36px 0; border-radius: 4px; \r\n  }\r\n  .wj-author-box-title { \r\n    font-size: 13px; font-weight: 700; letter-spacing: 1px; \r\n    text-transform: uppercase; color: #1a1a2e; margin-bottom: 12px; \r\n  }\r\n  .wj-author-box p { \r\n    font-size: 14px; line-height: 1.7; color: #555; margin: 0; \r\n  }\r\n  \r\n  \/* Back Link *\/\r\n  .wj-back-link { \r\n    display: inline-flex; align-items: center; gap: 8px; \r\n    font-size: 14px; font-weight: 600; color: #1a1a2e; \r\n    text-decoration: none; margin-bottom: 40px; transition: gap 0.2s; \r\n  }\r\n  .wj-back-link:hover { gap: 12px; }\r\n  \r\n  \/* Tags *\/\r\n  .wj-tag { \r\n    display: inline-block; background: #e6e6ea; color: #1a1a2e; \r\n    font-size: 11px; font-weight: 600; letter-spacing: 1px; \r\n    text-transform: uppercase; padding: 5px 12px; \r\n    border-radius: 2px; margin-right: 6px; margin-bottom: 6px; \r\n  }\r\n  .wj-tags { \r\n    margin-top: 40px; padding-top: 24px; \r\n    border-top: 1px solid #e0dbd4; \r\n  }\r\n  \r\n  \/* Meta Bar *\/\r\n  .wj-meta-bar { \r\n    display: flex; align-items: center; gap: 12px; \r\n    margin-bottom: 40px; padding-bottom: 24px; \r\n    border-bottom: 1px solid #e0dbd4; \r\n  }\r\n  .wj-meta-avatar { \r\n    width: 40px; height: 40px; border-radius: 50%; \r\n    background: #1a1a2e; display: flex; align-items: center; \r\n    justify-content: center; font-size: 11px; font-weight: 600; \r\n    color: #fff; flex-shrink: 0; \r\n  }\r\n  .wj-meta-author-name { \r\n    font-size: 14px; font-weight: 600; color: #1a1a2e; \r\n  }\r\n  .wj-meta-dot { \r\n    width: 3px; height: 3px; border-radius: 50%; \r\n    background: #ccc; flex-shrink: 0; \r\n  }\r\n  .wj-meta-date-pill { font-size: 12px; color: #888; }\r\n  .wj-meta-category { \r\n    margin-left: auto; background: #e6e6ea; color: #1a1a2e; \r\n    font-size: 10px; font-weight: 600; letter-spacing: 1px; \r\n    text-transform: uppercase; padding: 3px 10px; border-radius: 20px; \r\n  }\r\n  \r\n  \/* Responsive *\/\r\n  @media (max-width: 640px) { \r\n    .wj-detail-hero { height: 280px; } \r\n    .wj-detail-hero-overlay { padding: 28px 20px; } \r\n    .wj-detail-wrap { padding: 36px 16px 60px; } \r\n    .wj-meta-category { display: none; } \r\n  }\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<div class=\"wj-detail-hero\">\r\n  <img decoding=\"async\" src=\"https:\/\/greymind.net\/wjs2\/wp-content\/uploads\/2021\/09\/law-firm-marketing.png\" alt=\"Johnson's Amnesty Immigration\">\r\n  <div class=\"wj-detail-hero-overlay\">\r\n    <div class=\"wj-detail-hero-content\">\r\n      <span class=\"wj-detail-label\">Immigration Policy \u2022 January 2025<\/span>\r\n      <h1 class=\"wj-detail-title\">Johnson's Amnesty: What We Know So Far<\/h1>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<div class=\"wj-detail-wrap\">\r\n\r\n  <a class=\"wj-back-link\" href=\"https:\/\/greymind.net\/wjs2\/blog\/\">\r\n    <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><path d=\"M19 12H5M12 5l-7 7 7 7\"\/><\/svg>\r\n    Back to Blog\r\n  <\/a>\r\n\r\n  <div class=\"wj-meta-bar\">\r\n    <div class=\"wj-meta-avatar\">Author<\/div>\r\n    <span class=\"wj-meta-author-name\">Mr. M Tahir Abdullah<\/span>\r\n    <span class=\"wj-meta-dot\"><\/span>\r\n    <span class=\"wj-meta-date-pill\">January 2025<\/span>\r\n    <span class=\"wj-meta-category\">Immigration Law<\/span>\r\n  <\/div>\r\n\r\n  <div class=\"wj-author-box\">\r\n    <div class=\"wj-author-box-title\">About the Writer<\/div>\r\n    <p>Mr. Abdullah is an English Solicitor, Arbitration Law expert and Human Rights Advocate. He heads UK's Midlands based Law Firm \u2013 Wright Justice Solicitors.<\/p>\r\n  <\/div>\r\n\r\n  <div class=\"wj-detail-body\">\r\n    <p>Prime Minister Boris Johnson has stated that <strong>\"the UK should look at the economic advantages and disadvantages of an amnesty for undocumented migrants.\"<\/strong> He further remarked: <em>\"It is absolutely true that I have raised it several times since I was in Government... I do think that our arrangements are theoretically being committed to the expulsion of perhaps half-a-million people who don't have the correct papers and who may have been living and working here for many, many years without being involved in any criminal activity at all... I think that the legal position is anomalous and we saw the difficulties that kind of problem occasioned in the Windrush fiasco.\"<\/em><\/p>\r\n\r\n    <h2>What Is an Immigration Amnesty?<\/h2>\r\n    <p>In general terms, amnesty refers to an official pardon by the government for people convicted of particular offences. In the immigration context, <strong>amnesty means the process of granting legal immigration status to persons who are in the United Kingdom without lawful status<\/strong>.<\/p>\r\n\r\n    <div class=\"wj-detail-callout\">\r\n      <p>\"While the UK does not formally use the term 'amnesty', implied amnesty schemes have operated in the past, such as the 'Legacy caseload' (2006-2011) which granted Indefinite Leave to Remain to many failed asylum seekers.\"<\/p>\r\n    <\/div>\r\n\r\n    <h2>International Precedents<\/h2>\r\n    <p>Several developed nations have implemented immigration amnesties:<\/p>\r\n    <ul>\r\n      <li><strong>Spain (2005):<\/strong> Applicants needed to prove entry before August 2004, hold a job contract, have no criminal record, and register as taxpayers. Tens of thousands queued at local offices to submit documentation.<\/li>\r\n      <li><strong>Ireland (2018):<\/strong> A \"regularisation scheme\" allowed undocumented former international students (who entered between 2005-2010) to apply for legal status, following a Supreme Court judgment on family and privacy rights under the European Convention on Human Rights.<\/li>\r\n    <\/ul>\r\n\r\n    <h2>Scale of the Issue in the UK<\/h2>\r\n    <p>According to research by the London School of Economics (LSE), the number of undocumented migrants in the UK is estimated between <strong>417,000 and 863,000<\/strong>, including between <strong>44,000 and 144,000 UK-born children<\/strong>. The Prime Minister's proposal could potentially regularise the status of approximately half a million individuals.<\/p>\r\n\r\n    <h2>Potential Criteria for a UK Amnesty Scheme<\/h2>\r\n    <p>While no formal framework has been published, the Secretary of State for the Home Department (SSHD) would likely consider the following factors:<\/p>\r\n    \r\n    <h3>1. Length of Residence<\/h3>\r\n    <p>Currently, under paragraph 276ADE(1)(vi) of the Immigration Rules, an applicant may apply for leave to remain on the basis of private life after 20 years' continuous residence. An amnesty scheme might reduce this threshold significantly.<\/p>\r\n\r\n    <h3>2. Good Character & Criminal Record<\/h3>\r\n    <p>Applicants would likely need a clean criminal record. Under Appendix FM (S-LTR 1.1 to 3.1 \/ S-ILR 1.1 to 3.1) and Appendix V (V 3.4 \/ V 3.4A), applications can be refused if the applicant's presence is not conducive to the public good due to criminal convictions.<\/p>\r\n\r\n    <h3>3. Best Interests of Children<\/h3>\r\n    <p>Section 55 of the Borders, Citizenship and Immigration Act 2009 requires the Home Office to safeguard and promote the welfare of children. Having UK-born or UK-raised children could strengthen an application, with consideration given to the child's age, health, upbringing, and time spent in the UK.<\/p>\r\n\r\n    <h3>4. Insurmountable Obstacles<\/h3>\r\n    <p>Paragraph EX.1(b) of Appendix FM defines \"insurmountable obstacles\" as very significant difficulties that would be faced by the applicant or their partner in continuing family life outside the UK, which could not be overcome without serious hardship.<\/p>\r\n\r\n    <h3>5. Date of Entry<\/h3>\r\n    <p>To prevent abuse, the scheme may require applicants to have entered the UK legally (or by a specified cut-off date) to qualify, discouraging new irregular arrivals seeking to benefit.<\/p>\r\n\r\n    <h2>Arguments Against an Amnesty<\/h2>\r\n    <ol>\r\n      <li>It may be perceived as rewarding illegal entry and overstaying, undermining respect for immigration controls.<\/li>\r\n      <li>It could be seen as unfair to migrants who have followed legal routes and waited patiently for status.<\/li>\r\n      <li>Overstaying and illegal entry are criminal offences under the Immigration Act 1971; regularisation may appear to contradict the rule of law.<\/li>\r\n      <li>Amnesties may encourage further irregular migration, as individuals hope future schemes will regularise their status.<\/li>\r\n      <li>Granting ILR provides full access to welfare benefits, healthcare, education, and social housing, potentially increasing public expenditure.<\/li>\r\n      <li>Administrative costs of processing large-scale applications could be substantial for taxpayers.<\/li>\r\n    <\/ol>\r\n\r\n    <h2>Potential Benefits of an Amnesty<\/h2>\r\n    <ol>\r\n      <li><strong>Enhanced Security:<\/strong> Bringing undocumented individuals into the formal system allows authorities to verify identities, conduct background checks, and improve public safety.<\/li>\r\n      <li><strong>Economic Contribution:<\/strong> Regularised migrants can pay Income Tax, National Insurance, and (if self-employed) Corporation Tax, boosting public revenues.<\/li>\r\n      <li><strong>Application Fees:<\/strong> With current Leave to Remain fees at \u00a31,033, a large-scale scheme would generate significant revenue.<\/li>\r\n      <li><strong>Immigration Health Surcharge (IHS):<\/strong> Applicants typically pay \u00a3400\/year (\u00a3300 for students). A 2.5-year grant would generate ~\u00a31,000 per person, supporting the NHS.<\/li>\r\n      <li><strong>Social Integration:<\/strong> Legal status enables access to education, training, and formal employment, promoting long-term integration and reducing exploitation.<\/li>\r\n    <\/ol>\r\n\r\n    <h2>Will It Happen?<\/h2>\r\n    <p>While the Prime Minister's comments have sparked important debate, several factors suggest implementation is uncertain:<\/p>\r\n    <ul>\r\n      <li>Competing governmental priorities may delay or deprioritise such a complex policy initiative.<\/li>\r\n      <li>Strong opposition within the governing party, given its historical stance on immigration control, could limit political appetite.<\/li>\r\n      <li>The absence of detailed proposals raises questions about the seriousness and feasibility of the idea.<\/li>\r\n    <\/ul>\r\n    <p>For now, the proposal remains a topic of discussion rather than imminent policy. Applicants and advisors should monitor official Home Office communications for any formal consultation or legislative developments.<\/p>\r\n\r\n    <h2>How We Can Help<\/h2>\r\n    <p>At Wright Justice Solicitors, our Immigration and Asylum Department provides expert, confidential advice on all aspects of UK immigration law, including:<\/p>\r\n    <ul>\r\n      <li>Applications for Leave to Remain and Indefinite Leave to Remain<\/li>\r\n      <li>Private life and family life claims under Appendix FM<\/li>\r\n      <li>Human rights arguments under Article 8 ECHR<\/li>\r\n      <li>Advice for undocumented individuals and those at risk of overstaying<\/li>\r\n    <\/ul>\r\n    <p>Contact Mr. M Tahir Abdullah on <strong>0121 772 4512<\/strong> or visit our offices in the Midlands for a confidential consultation.<\/p>\r\n  <\/div>\r\n\r\n  <div class=\"wj-tags\">\r\n    <span class=\"wj-tag\">Amnesty<\/span>\r\n    <span class=\"wj-tag\">Immigration Reform<\/span>\r\n    <span class=\"wj-tag\">Undocumented Migrants<\/span>\r\n    <span class=\"wj-tag\">UK Visa<\/span>\r\n    <span class=\"wj-tag\">Human Rights<\/span>\r\n    <span class=\"wj-tag\">ILR<\/span>\r\n  <\/div>\r\n\r\n<\/div>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Johnson&#8217;s Amnesty: What We Know So Far Immigration Policy \u2022 January 2025 Johnson&#8217;s Amnesty: What We Know So Far Back to Blog Author Mr. M Tahir Abdullah January 2025 Immigration [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_siteseo_robots_primary_cat":"","pagelayer_contact_templates":[],"_pagelayer_content":"","footnotes":""},"class_list":["post-4606","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/greymind.net\/wjs2\/wp-json\/wp\/v2\/pages\/4606","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/greymind.net\/wjs2\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/greymind.net\/wjs2\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/greymind.net\/wjs2\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/greymind.net\/wjs2\/wp-json\/wp\/v2\/comments?post=4606"}],"version-history":[{"count":4,"href":"https:\/\/greymind.net\/wjs2\/wp-json\/wp\/v2\/pages\/4606\/revisions"}],"predecessor-version":[{"id":4618,"href":"https:\/\/greymind.net\/wjs2\/wp-json\/wp\/v2\/pages\/4606\/revisions\/4618"}],"wp:attachment":[{"href":"https:\/\/greymind.net\/wjs2\/wp-json\/wp\/v2\/media?parent=4606"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}