LIBERTY IT SOLUTIONS, LLC recorded $2.79 billion in obligated federal awards across 621 actions in the last 10 years, with an average action value of $4.49 million. Most activity came from the Department of Veterans Affairs, and most obligations were classified under NAICS 541512, Computer Systems Design Services.
Federal Contractor
LIBERTY IT SOLUTIONS, LLC Federal Contract Obligations (Last 10 Years)
Procurement profile for LIBERTY IT SOLUTIONS, LLC (CAGE 697P4, UEI GLGMWJ8EVMR9) covering federal obligations over the last 10 years.
Amounts reflect readable and exact obligated totals from FPDS-style award data for the last 10 years and may include multiple action types.
About LIBERTY IT SOLUTIONS, LLC federal contract activity
LIBERTY IT SOLUTIONS, LLC recorded $2.79 billion in obligated awards across 621 awards over the last 10 years, with an average award value of $4.49 million. The profile is highly concentrated in federal civilian IT support, indicating a substantial recurring contracting footprint rather than a broad multi-agency spread.
Agency mix and customer concentration
The Department of Veterans Affairs accounts for nearly all observed obligation volume at $2.79 billion across 609 awards, making it the dominant customer by a wide margin. The Federal Aviation Administration is a distant secondary buyer at $1.05 million across 12 awards, which suggests the vendor’s federal business is overwhelmingly tied to VA programs.
Industry profile based on NAICS activity
Work is concentrated in NAICS 541512, Computer Systems Design Services, which represents $2.76 billion across 594 awards and defines the core of the vendor’s portfolio. Smaller shares appear in consulting and programming categories, including 541611 and 541511, while 541519 is immaterial, reinforcing an IT systems design and integration profile.
Annual contract trend over the analysis window
Annual obligations were strong and generally elevated from 2021 through 2024, ranging from $478.29 million to $629.13 million, before declining to $116.75 million in 2025 year-to-date. Award counts also peaked in 2021 at 100 and remained active through 2024, indicating sustained procurement activity even as recent-year funding is lower so far.
How to interpret this page
This summary is based on FPDS-observed obligations for the identified vendor, using the provided CAGE code and UEI over the last 10 years. Agency, NAICS, and annual trend figures reflect obligated dollars and award counts in the supplied dataset; totals may not reconcile perfectly to subcategory sums because of rounding and reporting structure.
Top Agencies
SELECT
agency_id,
agency_name,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '697P4'
AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
| Agency ID | Agency Name | Total Obligated | Readable | Award Actions |
|---|---|---|---|---|
| 3600 | VETERANS AFFAIRS, DEPARTMENT OF | 2,787,303,490.96 | 2.79 billion | 609 |
| 6920 | FEDERAL AVIATION ADMINISTRATION | 1,048,865.84 | 1.05 million | 12 |
Insight
Over the last 10 years, LIBERTY IT SOLUTIONS, LLC’s obligations are overwhelmingly concentrated at the Department of Veterans Affairs, which accounts for $2.787 billion of the firm’s $2.788 billion total obligated value across 609 of 621 awards. The Federal Aviation Administration is a distant secondary agency, with $1.05 million obligated across 12 awards. This distribution indicates a highly concentrated federal customer base, with VA representing the dominant source of obligation value and award volume.
Top NAICS
SELECT
naics_code,
naics_name,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '697P4'
AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
AND content__award__productOrServiceInformation__principalNAICSCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
| NAICS Code | Description | Total Obligated | Readable | Award Actions |
|---|---|---|---|---|
| 541512 | COMPUTER SYSTEMS DESIGN SERVICES | 2,764,475,454.19 | 2.76 billion | 594 |
| 541611 | ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES | 15,370,552.75 | 15.37 million | 8 |
| 541511 | CUSTOM COMPUTER PROGRAMMING SERVICES | 8,431,575.57 | 8.43 million | 17 |
| 541519 | OTHER COMPUTER RELATED SERVICES | 74,774.29 | 74.77 thousand | 2 |
Insight
Over the last 10 years, LIBERTY IT SOLUTIONS, LLC’s obligations under NAICS 541512, Computer Systems Design Services, are highly concentrated, accounting for about $2.76 billion across 594 awards, or the clear majority of the firm’s $2.79 billion total obligations and 621 awards. A distant second tier appears in NAICS 541611, Administrative Management and General Management Consulting Services, at $15.37 million across 8 awards, followed by NAICS 541511, Custom Computer Programming Services, at $8.43 million across 17 awards. NAICS 541519, Other Computer Related Services, is immaterial at $74.77 thousand across 2 awards, indicating the vendor’s Federal business is overwhelmingly centered on systems design services.
Annual Trend
SELECT
year,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '697P4'
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
)
ORDER BY year DESC
| Year | Total Obligated | Readable | Award Actions |
|---|---|---|---|
| 2025 | 116,753,927.35 | 116.75 million | 8 |
| 2024 | 478,285,592.79 | 478.29 million | 47 |
| 2023 | 629,128,104.79 | 629.13 million | 61 |
| 2022 | 478,953,877.48 | 478.95 million | 78 |
| 2021 | 482,016,281.83 | 482.02 million | 100 |
| 2020 | 219,212,454.20 | 219.21 million | 105 |
| 2019 | 144,278,911.90 | 144.28 million | 82 |
| 2018 | 137,341,187.22 | 137.34 million | 81 |
| 2017 | 95,486,551.16 | 95.49 million | 58 |
| 2016 | 6,895,468.08 | 6.90 million | 1 |
Insight
Over the last 10 years, LIBERTY IT SOLUTIONS, LLC (CAGE 697P4) obligated $2.79 billion across 621 awards, averaging $4.49 million per award. Obligations were highly concentrated in the most recent five fiscal years, led by FY2023 at $629.13 million, with FY2021, FY2022, and FY2024 each near or above $478 million; by comparison, FY2016 and FY2017 were materially lower at $6.90 million and $95.49 million, respectively. Award volume peaked in FY2020-FY2021 (105 and 100 awards) and then declined alongside FY2025 activity to date, indicating a recent decrease in both obligation and award count relative to the prior peak years.
Use FPDS Query for deeper contractor analysis
Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.
Continue from this last 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.