@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,500;0,6..72,600;1,6..72,400;1,6..72,500&family=Libre+Franklin:wght@400;500;600;700&family=Spline+Sans+Mono:wght@400;500;600&display=swap'); :root{ --base:#ECE7DA;--surface:#FBF9F3;--surface-2:#F6F2E8;--surface-3:#EFEADD; --hero-1:#0A1C12;--hero-2:#0E2417;--hero-3:#16341F;--hero-cta:#102A1E; --brand:#B4924E;--brand-hot:#C4933F;--brand-dim:rgba(180,146,78,.12); --green:#2F8A52;--gold:#B4924E;--red:#9b2d20;--info:#1d4ed8; --text:#1B1E19;--text-mid:#3A3E36;--muted:#86897E;--faint:#9AA093; --border:rgba(27,30,25,.1);--border-2:rgba(27,30,25,.16);--border-3:rgba(27,30,25,.22); --sans:"Libre Franklin",system-ui,-apple-system,sans-serif; --mono:"Spline Sans Mono",ui-monospace,monospace; --serif:"Newsreader",Georgia,serif; } *{box-sizing:border-box;margin:0;padding:0} body{background:var(--base);color:var(--text);font-family:var(--sans);font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden;-webkit-text-size-adjust:100%} ::selection{background:var(--hero-cta);color:#F3EFE6} a{color:inherit;text-decoration:none} /* ── global header ── */ .gh{background:rgba(236,231,218,0.92);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border-2);position:sticky;top:0;z-index:50} .gh-inner{padding:0 32px;max-width:1200px;margin:0 auto} .gh-top{display:flex;align-items:center;justify-content:space-between;height:60px;gap:24px} .gh-brand{display:flex;align-items:center;gap:9px;flex-shrink:0} .gh-dot{width:10px;height:10px;background:var(--brand);border-radius:50%;flex-shrink:0} .gh-logo{font-family:var(--serif);font-weight:500;font-size:20px;letter-spacing:-0.01em;color:var(--text)} .gh-logo b{color:var(--brand);font-weight:500} .gh-tag{font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);border-left:1px solid var(--border-2);padding-left:14px;margin-left:6px} .gh-live{display:inline-flex;align-items:center;gap:6px;font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--green)} .gh-live-dot{width:6px;height:6px;border-radius:50%;background:var(--green);animation:gh-pulse 2.2s infinite} @keyframes gh-pulse{0%{box-shadow:0 0 0 0 rgba(47,138,82,.4)}70%{box-shadow:0 0 0 5px rgba(47,138,82,0)}100%{box-shadow:0 0 0 0 rgba(47,138,82,0)}} .gh-nav{display:flex;gap:0;overflow-x:auto;scrollbar-width:none;border-top:1px solid var(--border)} .gh-nav::-webkit-scrollbar{display:none} .gh-nav a{font-size:13.5px;font-weight:500;color:var(--text-mid,#3A3E36);padding:0 14px;height:38px;display:flex;align-items:center;border-bottom:2px solid transparent;white-space:nowrap;transition:color .15s} .gh-nav a:hover{color:var(--text)} .gh-nav a.dnav-active{color:var(--text);border-bottom-color:var(--brand)} .gh-auth{display:flex;align-items:center;gap:16px;flex-shrink:0} .gh-auth-name{font-family:var(--mono);font-size:10px;color:var(--muted);max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap} .gh-auth-link{font-size:14px;font-weight:500;color:var(--text-mid,#3A3E36);transition:color .15s} .gh-auth-link:hover{color:var(--text)} .gh-auth-cta{display:inline-flex;align-items:center;background:var(--hero-cta);color:#F3EFE6;font-size:13px;font-weight:600;padding:9px 16px;letter-spacing:.01em;transition:opacity .15s} .gh-auth-cta:hover{opacity:.85} .gh-main-nav{display:flex;align-items:center;flex:1;padding:0 8px;overflow-x:auto;scrollbar-width:none} .gh-main-nav::-webkit-scrollbar{display:none} .gh-main-nav a{font-size:13px;font-weight:500;color:var(--text-mid,#B0BAC8);padding:0 11px;height:60px;display:flex;align-items:center;white-space:nowrap;transition:color .15s} .gh-main-nav a:hover{color:var(--text)} .gh-nav-atlas{color:var(--brand,#B4924E)!important;font-weight:600!important;margin-left:4px} .gh-nav-atlas:hover{color:#d4b070!important} /* ── page masthead ── */ .pg-mast{padding:40px 0 32px;border-bottom:1px solid var(--border-2);background:var(--base)} .pg-mast-inner{padding:0 32px;max-width:1200px;margin:0 auto} .pg-eyebrow{font-family:var(--mono);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--brand);margin-bottom:10px} .pg-crumb{font-family:var(--mono);font-size:10.5px;letter-spacing:.04em;color:var(--muted);margin-bottom:14px;display:flex;align-items:center;gap:8px;flex-wrap:wrap} .pg-crumb a{color:var(--muted)}.pg-crumb a:hover{color:var(--text)} .pg-crumb-sep{color:var(--faint)}.pg-crumb-active{color:var(--text)} .pg-mast h1{font-family:var(--serif);font-size:32px;font-weight:500;letter-spacing:-.02em;line-height:1.1;margin-bottom:20px;color:var(--text)} .pg-stats{display:flex;gap:1px;background:var(--border-2);border:1px solid var(--border-2);width:fit-content;flex-wrap:wrap} .pg-stat{padding:14px 22px;background:var(--surface)} .pg-stat-val{display:block;font-family:var(--serif);font-size:26px;font-weight:500;letter-spacing:-.01em;line-height:1.1;color:var(--text)} .pg-stat-label{display:block;font-family:var(--mono);font-size:9.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-top:4px} /* ── page body ── */ .pg-body{padding:40px 0 64px;background:var(--base)} .pg-body-inner{padding:0 32px;max-width:1200px;margin:0 auto} /* ── status tags ── */ .bw-tag{font-family:var(--mono);font-size:9px;letter-spacing:.06em;text-transform:uppercase;padding:2px 7px;display:inline-block;border:1px solid} .bw-tag-health{background:rgba(29,107,79,.08);color:#1d6b4f;border-color:rgba(29,107,79,.22)} .bw-tag-la{background:rgba(29,78,216,.08);color:#1d4ed8;border-color:rgba(29,78,216,.2)} .bw-tag-gov{background:rgba(180,146,78,.1);color:#7a5a22;border-color:rgba(180,146,78,.28)} .bw-tag-housing{background:rgba(109,40,217,.07);color:#6d28d9;border-color:rgba(109,40,217,.2)} .bw-tag-edu{background:rgba(180,83,9,.07);color:#b45309;border-color:rgba(180,83,9,.2)} .bw-tag-other{background:var(--surface-2);color:var(--muted);border-color:var(--border-2)} .pg-empty{font-family:var(--mono);font-size:12px;color:var(--muted);padding:40px 0} /* ── opportunity card ── */ .opp-card{background:var(--surface);border:1px solid var(--border-2);padding:16px 20px;margin-bottom:8px;transition:border-color .15s} .opp-card:hover{border-color:var(--brand)} /* ── footer ── */ .pg-foot{background:var(--hero-cta)} .pg-foot-inner{padding:16px 32px;max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;font-family:var(--mono);font-size:10.5px;color:rgba(236,230,214,.55)} .pg-copy{text-align:center;font-family:var(--mono);font-size:10px;letter-spacing:.06em;color:rgba(236,230,214,.3);padding:10px 0 14px;background:#081710} @media(max-width:760px){ .gh-tag,.gh-live,.gh-auth-name,.gh-main-nav{display:none} .gh-inner,.pg-mast-inner,.pg-body-inner,.pg-foot-inner{padding-left:16px;padding-right:16px} .gh-auth{gap:10px} .gh-auth-cta{padding:8px 12px;font-size:12px} .gh-auth-link{font-size:13px} .gh-nav{padding-left:0} .pg-mast{padding:24px 0 20px} .pg-mast h1{font-size:22px} .pg-stats{width:100%;flex-wrap:wrap} .pg-stat{flex:1 1 45%} .pg-foot-inner{flex-direction:column;text-align:center;gap:6px;padding:14px 16px} } @media(max-width:480px){ .gh-inner,.pg-mast-inner,.pg-body-inner,.pg-foot-inner{padding-left:12px;padding-right:12px} .gh-logo{font-size:15px} .gh-auth-cta{padding:7px 10px;font-size:11px} .gh-auth-link{font-size:12px} .pg-mast h1{font-size:18px} .pg-stat{flex:1 1 100%} .pg-stat-val{font-size:20px} .pg-body{padding:28px 0 48px} } /* ── subscribe section + hp-foot footer (used by articles index + other shell pages) ── */ .wrap{padding:0 40px;max-width:1320px;margin-left:auto;margin-right:auto} .eyebrow{font-family:var(--mono);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--brand)} .subscribe{padding:72px 0;text-align:center;background:var(--surface-2)} .subscribe .eyebrow{margin-bottom:14px} .subscribe h2{font-family:var(--serif);font-size:30px;font-weight:400;letter-spacing:-.01em;margin-bottom:14px;color:var(--text)} .subscribe p{color:var(--muted);max-width:34em;margin:0 auto 28px;font-size:15px} .subform{display:flex;max-width:460px;margin:0 auto;border:1px solid var(--border-2)} .subform input{flex:1;border:0;padding:14px 16px;font-family:var(--sans);font-size:14px;background:var(--surface);color:var(--text)} .subform input::placeholder{color:var(--muted)} .subform input:focus{outline:2px solid var(--brand);outline-offset:-2px} .subform button{background:#102A1E;color:#ECE6D6;border:0;font-family:var(--sans);font-size:13px;font-weight:600;letter-spacing:.01em;padding:0 22px;cursor:pointer;transition:.18s} .subform button:hover{background:#0A1C12} .subnote{font-family:var(--mono);font-size:10.5px;color:var(--muted);margin-top:14px} footer.hp-foot{background:#102A1E;color:#9AA093;padding:54px 0 40px;font-size:13px;border-top:1px solid rgba(236,230,214,.1)} footer.hp-foot .wrap{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px} footer.hp-foot .logo{color:#ECE6D6;font-family:var(--serif);font-size:20px;font-weight:500;letter-spacing:-.01em;margin-bottom:12px} footer.hp-foot .logo b{color:var(--brand)} footer.hp-foot p.bl{max-width:26em;line-height:1.5;color:#9AA093;font-size:13px} footer.hp-foot h4{font-family:var(--mono);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#C5C9BC;margin-bottom:14px} footer.hp-foot ul{list-style:none} footer.hp-foot li{margin-bottom:9px} footer.hp-foot a{color:#9AA093} footer.hp-foot a:hover{color:#ECE6D6} footer.hp-foot .legal{grid-column:1/-1;border-top:1px solid rgba(236,230,214,.1);margin-top:28px;padding-top:20px;display:flex;justify-content:space-between;font-family:var(--mono);font-size:10.5px;color:#6B6F65;flex-wrap:wrap;gap:10px} @media(max-width:880px){footer.hp-foot .wrap{grid-template-columns:1fr 1fr}.wrap{padding:0 24px}} @media(max-width:480px){.wrap{padding:0 14px}footer.hp-foot .wrap{grid-template-columns:1fr}} /* ── sample report CTA component ── */ .scta{max-width:680px;margin:0 auto;background:#0E2318;border:1px solid rgba(34,197,94,.12);position:relative;overflow:hidden} .scta::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--brand),#22C55E,var(--brand))} .scta-inner{padding:32px 36px} .scta-eyebrow{font-family:var(--mono);font-size:9px;letter-spacing:.2em;text-transform:uppercase;color:var(--brand);margin-bottom:14px;display:flex;align-items:center;gap:8px} .scta-eyebrow::before{content:'';display:inline-block;width:6px;height:6px;border-radius:50%;background:#22C55E;box-shadow:0 0 6px rgba(34,197,94,.5)} .scta-h{font-family:var(--serif);font-size:22px;font-weight:400;color:#ECE6D6;margin-bottom:10px;line-height:1.3;letter-spacing:-.01em} .scta-p{font-size:13px;color:#9AA093;line-height:1.6;margin-bottom:20px;max-width:48em} .scta-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px 20px;margin-bottom:24px} .scta-item{display:flex;align-items:center;gap:8px;font-family:var(--mono);font-size:11px;color:#9AA093;padding:5px 0} .scta-item::before{content:'\2713';color:#22C55E;font-weight:700;font-size:12px} .scta-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap} .scta-btn{display:inline-flex;align-items:center;gap:8px;background:var(--brand);color:#fff;font-family:var(--mono);font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:12px 24px;text-decoration:none;transition:opacity .15s} .scta-btn:hover{opacity:.88} .scta-btn::after{content:'\2192';font-size:14px} .scta-note{font-family:var(--mono);font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:#6B6F65} .scta-foot{display:flex;align-items:center;justify-content:space-between;padding:10px 36px;background:#0A1C12;border-top:1px solid rgba(34,197,94,.12);font-family:var(--mono);font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#6B6F65} .scta--compact{max-width:none} .scta--compact .scta-inner{padding:24px 28px;display:flex;align-items:center;gap:28px;flex-wrap:wrap} .scta--compact .scta-left{flex:1;min-width:200px} .scta--compact .scta-h{font-size:17px;margin-bottom:6px} .scta--compact .scta-p{margin-bottom:0;font-size:12px} .scta--compact .scta-right{display:flex;align-items:center;gap:12px;flex-shrink:0} .scta--compact .scta-grid{display:none} .scta--compact .scta-foot{padding:8px 28px} @media(max-width:600px){ .scta-inner{padding:24px 20px} .scta-grid{grid-template-columns:1fr} .scta--compact .scta-inner{flex-direction:column;align-items:flex-start} .scta--compact .scta-right{width:100%} .scta--compact .scta-btn{width:100%;justify-content:center} .scta-foot{padding:8px 20px;flex-wrap:wrap;gap:4px} }
← Digital & IT desk
Digital & IT · Category

Software & Licensing

All contracts matching this category from the Digital & IT desk — awarded and open. Title-matched against category keywords. Data as of 30 Jun 2026.

84Awarded contracts
£5082.1mTotal awarded value
1Open tenders
100%Supplier data published
Awarded Contracts 84 contracts
Contract titleBuyerSupplierValueDateSrc
Debt Resolution Services - Communication software, data analytics and the further developm… LONDON BOROUGH OF NEWHAM Telsolutions Ltd £140k 15 Jun 2026 CF
CA17094 - CPC/RB/01/2025 - Software Licences & Associated Services for Academies and Schoo… Crescent Purchasing Consortium Limited Stone Technologies Ltd trading as Converge Technology Soluti £30k 9 Jun 2026 CF
Software Portal II Civil Aviation Authority Phoenix Software Limited £2.0m 2 Jun 2026 CF
BDUK Provision of Software Modules ICS on behalf of DSIT and DESNZ Boxxe Limited £625k 20 May 2026 CF
BHCC DH Skills Bootcamps Wave 7 - Lot 4 Microsoft 356 Essentials, Lot 5 Software Developme… Brighton & Hove City Council TECHNATIVE DIGITAL LTD £248k 12 May 2026 CF
Campus Wide Suite (CWSSMS) - Software Maintenance Service UNIVERSITY OF THE WEST OF ENGLAND Mathworks £71k 21 Apr 2026 CF
Building and Development Software Rotherham Metropolitan Borough Council Resolution Data Management £362k 7 Apr 2026 CF
Address software , AddressServer and AtlasBatch AtlastList Software (Supplier: Hopewiser) Police, Fire & Crime Commissioner for Staffordshire Softcat Ltd £48k 1 Apr 2026 CF
SIA 946 - Software Licensing Contract 2026 Security Industry Authority Phoenix Software Limited £800k 30 Mar 2026 CF
iMAAP Cloud Software Solution Warwickshire Police TRL Software Limited £83k 27 Mar 2026 CF
The Provision of a Case Management System for the Digital Forensics Unit Police, Fire and Crime Commissioner for Northamptonshir Alemba Limited £156k 26 Mar 2026 CF
Adobe Software Licensing Reseller The Insolvency Service Phoenix Software Limited £267k 17 Mar 2026 CF
DN795501 Further Competition under DN757985: ICT Hardware, Software and Professional Servi… Liverpool City Council Phoenix Software Limited £586k 9 Mar 2026 CF
Provision of Cloud Based software-as-a-service (SaaS) platform for Mid and South Essex Int… ATTAIN HEALTH MANAGEMENT SERVICES LTD SOFTCAT PLC £131k 6 Mar 2026 CF
Provision of Sophos software licence renewal NHS SOUTH, CENTRAL AND WEST COMMISSIONING SUPPORT UNIT Bytes Software Services Limited £44k 5 Mar 2026 CF
CA17074 - Windsor Forest Colleges Group Software Licence Resellers Agreement for Colleges The Windsor Forest Colleges Group Phoenix Software Ltd £629k 2 Mar 2026 CF
Provision of BNG Assessment Software for Biodiversity Duty South Ribble Borough Council Verna Earth Solutions Ltd £33k 23 Feb 2026 CF
Combined Software Asset Management Consultancy and Snow Intellectual Property Office Specialist Computer Centres Plc £156k 16 Feb 2026 CF
Centurion Software The Mayor and Commonalty and Citizens of the City of Lo Force Information System Limid £76k 13 Feb 2026 CF
CA17007 - ITS4042SU: Software Licence Resellers Agreement for Colleges Runshaw College Phoenix Software Ltd £151k 12 Feb 2026 CF
Maytas software and hosting by Tribal The Construction Industry Training Board Tribal Education Limited £109k 1 Feb 2026 CF
CA17065 - RFL - ManageEngine Device Control Plus software subscription licences and premiu… Royal Free London NHS Foundation Trust Phoenix Software Ltd £33k 23 Jan 2026 CF
Award Notice for the Provision of Student Accommodation Management Software under Software… UNIVERSITY OF CHESTER Academia Limited £490k 19 Dec 2025 CF
Provision of Health & Safety eLearning Software DRIVER & VEHICLE LICENSING AGENCY iHasco Limited £52k 18 Dec 2025 CF
Further Provision of Attendance, PEP, Reporting and Analytics for CWCF in Southend Virtual… Southend-on-sea Borough Council Welfare Call (LAC) Limited £118k 16 Dec 2025 CF
DEFRA - Press Office Collaboration Software Department for Environment, Food & Rural Affairs Intelogy Limited £99k 12 Dec 2025 CF
Supply of Software Warwickshire Police Withheld Reg108(1) Supplier £38k 5 Dec 2025 CF
CA16620 - ITS4042SU: Software Licence Resellers Agreement for Colleges The City of Liverpool College Pugh Computers Ltd £110k 26 Nov 2025 CF
2025-088 Salesforce Related Software Requirements Ofgem Phoenix Software Ltd £325k 26 Nov 2025 CF
Request for Proposals CRM, programmes and grant management system Access - The Foundation for Social Investment Vera Global Solutions LTD £187k 26 Nov 2025 CF
G Cloud 14 Call Off Contract for Appian Low-code platform, cloud licences, hosting and sup… Medicines and Healthcare Products Regulatory Agency Appian Software International GmbH £2.9m 24 Nov 2025 CF
Financial Planning & Forecasting Software HM Land Registry Anaplan Limited £1.9m 31 Oct 2025 CF
CA16543 - ITS4042SU: Software Licence Resellers Agreement for Colleges North Warwickshire and South Leicestershire College Phoenix Software Ltd £291k 21 Oct 2025 CF
Incident Management Forecasting System (IMFS) software support, maintenance and developmen… Environment Agency Stichting Deltares £14.9m 19 Oct 2025 CF
CA16305 - ESNEFT2740 Rubrik Backup Hardware and Software East Suffolk and North Essex NHS FT Phoenix Software Ltd £1.5m 15 Oct 2025 CF
Software Development Framework Offshore Renewable Energy Catapult Warp Technologies Ltd £400k 6 Oct 2025 CF
Provision of Patient Level Information and Costing System (PLICS) Software - Licence Maint… Kings Interventional Facilities Management LLP IQVIA LTD. £49k 1 Oct 2025 CF
DDaT25345 - Collaboration and Software Development Tools UK SHARED BUSINESS SERVICES LIMITED Eficode UK Limited £204k 30 Sept 2025 CF
Cyber Security Monitoring, Alerting and Testing Software HAMPSHIRE COUNTY COUNCIL Dell Corporation Limited £838k 30 Sept 2025 CF
Award of G-Cloud 14 Call-Off Contract for Secure HR Software (Ciphr Limited) Regulator of Social Housing Ciphr Limited £168k 29 Sept 2025 CF
2425-31-DTS-RLD Eclipse Non-Clinical Educational/Research Software Sheffield Hallam University Varian Medical Systems £212k 21 Sept 2025 CF
CA16341 - ITS4042SU: Software Licence Resellers Agreement for Colleges University Centre Somerset College Group Phoenix Software Ltd £194k 11 Sept 2025 CF
South Norfolk Council: Customer Relation Management Software Package - AWARD East Suffolk Council GOSS Interactive Ltd £797k 10 Sept 2025 CF
Education, Health and Care Plans Quality Assurance Software Bristol City Council Bramble Hub Ltd £79k 31 Aug 2025 CF
Provision of Chronicle Systems Software Police, Fire and Crime Commissioner for Northamptonshir JML Software Solutions Ltd £186k 26 Aug 2025 CF
Award Notice for Supply & Delivery of ServiceNow Software Licences Under the Software Lic… UNIVERSITY OF CHESTER Academia Limited £420k 5 Aug 2025 CF
Managed MIS System for Community Learning MK Milton Keynes Council Tribal Education Limited £455k 9 Jul 2025 CF
Simulation Software UK Atomic Energy Authority Altair Engineering Limited,Amentum Clean Energy Limited,Ansy £360k 2 Jul 2025 CF
Software, Hardware & Associated Services Reseller ACCENT HOUSING LIMITED Ultima Business Solutions Limited £0.01 30 Jun 2025 CF
RES/IT - Si-Dem PCN Processing - Software & Hardware Bristol City Council Trellint £1.0m 30 Jun 2025 CF
Provision of Weighbridge Software LANCASHIRE RENEWABLES LIMITED Access UK Limited £150k 29 Jun 2025 CF
Adobe Software Licences Pension Protection Fund Bytes Software Services Limited £41k 26 Jun 2025 CF
Travel and Expense Management Software Warrington Borough Council Concur Holdings (Netherlands) B.V. £103k 15 Jun 2025 CF
ICT Hardware, Software and Services Framework_25 Liverpool City Council Bytes Software Services,Phoenix Software Ltd,Softcat plc £13.0m 10 Jun 2025 CF
4442.EFM.JR.25 - Alarm Receiving Software and Maintenance UNIVERSITY OF SHEFFIELD Mayson Security Services Ltd £1.1m 8 Jun 2025 CF
Corporate Finance Health and Safety Incident Management Software Ministry of Justice Sphera Solutions UK Limited £114k 8 Jun 2025 CF
Financial Planning and Analysis Software Basingstoke & Deane Borough Council Mercur Solutions (UK) Limited £201k 1 Jun 2025 CF
LINACS Software Maintenance United Lincolnshire Teaching Hospitals NHS Trust NHS SUPPLY CHAIN COORDINATION LIMITED (NHSSC - SCCL) £2.3m 28 May 2025 CF
Finance Management Software Hull College Xledger £165k 27 May 2025 CF
Electoral Management Software - AWARD Oxford City Council FCS Software Solutions Limited £217k 19 May 2025 CF
BLC0125 National Framework for Body Worn Video and Associated Products and Software and In… BlueLight Commercial Axon Public Safety UK Limited,Motorola Solutions,Reveal Medi 21 Apr 2025 CF
WiFi Hardware, Software and Support HAMPSHIRE COUNTY COUNCIL European Electronique Ltd £689k 9 Apr 2025 CF
Software Solution for the Children's 0-19 Health Service Lincolnshire County Council Benson Health Ltd £54k 31 Mar 2025 CF
Provision of Website Support and Platform Renewal - Direct Award through Lot 2: Cloud Soft… Amplius Living Prodo Social Software Ltd £139k 28 Mar 2025 CF
714168450 (DInfoCom/0290) Provision of ADS Renewal of Software AG web Methods Data and App… MINISTRY OF DEFENCE Softcat PLC £3.5m 27 Mar 2025 CF
CA15159 - CPC/JE/01/2021: Corporate Software & Related Products and Services Boston College Tribal Education £242k 24 Mar 2025 CF
Cortex Software including Support & Maintenance Warwickshire Police Phoenix Software Limited £430k 14 Mar 2025 CF
Software Development Services for UKEF UK EXPORT FINANCE Mastek (UK) Ltd £3.0m 6 Mar 2025 CF
Compliance Software ACCENT HOUSING LIMITED True Compliance Limited £360k 4 Mar 2025 CF
Cambridgeshire County Council Planning Software System Cambridgeshire County Council DEF Software Limited £286k 25 Feb 2025 CF
Software development of development SARs/ PACE HL7 The Rotherham NHS Foundation Trust The Curve Consulting £30k 24 Feb 2025 CF
Procurement of Continued Development and Support to RAFT+ Software DEFRA HR Wallingford Ltd £379k 20 Feb 2025 CF
Library Management System software and services South Tyneside Council Education Software Solutions Limited £233k 20 Feb 2025 CF
Adult Social Care Policy and Procedure Management) (G-Cloud RM1557.13, Lot 2: Cloud softwa… Middlesbrough Council Signis Limited £35k 19 Feb 2025 CF
Back Office Software 2 Crown Commercial Service A list of successful suppliers can be found in the attachmen £5000.0m 18 Feb 2025 CF
Framework for the Provision of Siemens Equipment, Software and Other Services CENTRE FOR PROCESS INNOVATION LIMITED Siemens PLC £20.0m 17 Feb 2025 CF
Sterile Services Track and Trace Healthcare Software - Annual Software Support South Tees Hospitals NHS Foundation Trust Trisoft £45k 14 Feb 2025 CF
Further Provision of Social Care Procedures system via CCS RM1557.14 G-Cloud 14 Lot 2 Clou… Southend-on-sea Borough Council Signis Limited t/a Tri.x £42k 14 Feb 2025 CF
Transport management software - Planning software East Sussex County Council QRoutes Ltd £77k 13 Feb 2025 CF
Software Development Services ITT CELTIC SEA POWER LIMITED Calculated Innovation £40k 6 Feb 2025 CF
Online self-assessment tool for self-help and disability equipment via CCS RM1557.14 G-Clo… Southend-on-sea Borough Council SHAW TRUST LIMITED (THE) £43k 3 Feb 2025 CF
Population Health Web-Based Mapping Business Intelligence Software Platform - Humber and N… NHS HUMBER & NORTH YORKSHIRE ICB Parallel Data Intelligence Limited £41k 23 Jan 2025 CF
CPU 7527 Purchase of VMWare software licenses Nottingham City Council Boxxe £34k 11 Jan 2025 CF
Cloud-based, portfolio, programme, project & PMO management software tool ATTAIN HEALTH MANAGEMENT SERVICES LTD Mosaique Limited £53k 9 Jan 2025 CF
All data from Contracts Finder public record. Supplier names are as published by the buyer — some buyers do not disclose supplier names on all awards. Values reflect what was published; actual contract spend may differ.
Open Tenders 1 live
Tender titleBuyerEst. valueDeadlineSrc
YPO - 001218 Critical Incident Management and Public Safety Software and Systems YPO £500.0m 12 Feb 2029 CF
Category Keywords

Contracts are matched by these keywords appearing in the contract title:

softwarelicencecrmerp systemmis systemsoftware platformcase management system
Sample report available
See what a full scan delivers

10 sections of procurement intelligence built from live Contracts Finder data.

Public record onlyContracts Finder · Find a Tender
© 2026 AtlasRevenue — Intelligence, not certainty.