LIBERTY IT SOLUTIONS, LLC recorded 294 award actions and $2,185,137,784.24 in obligated federal spending over the last five years, with an average action value of $7,432,441.44. Most activity came from the Department of Veterans Affairs under NAICS 541512, Computer Systems Design Services.
Federal Contractor
LIBERTY IT SOLUTIONS, LLC Federal Contract Obligations (Last 5 Years)
Federal procurement profile for LIBERTY IT SOLUTIONS, LLC (CAGE 697P4, UEI GLGMWJ8EVMR9) covering obligations, award counts, agencies, NAICS, and yearly trends over the last five years.
Totals reflect FPDS-observed obligations for the selected five-year window and may differ from other reporting systems or later corrections.
About LIBERTY IT SOLUTIONS, LLC federal contract activity
LIBERTY IT SOLUTIONS, LLC (CAGE 697P4, UEI GLGMWJ8EVMR9) recorded 2.19 billion in obligated awards across 294 awards over the last 5 years, with an average award value of 7.43 million. The profile is highly concentrated, with nearly all obligations flowing through a single civilian customer base.
Agency mix and customer concentration
The Department of Veterans Affairs accounts for 2.18 billion of the firm's obligations and 289 of 294 awards, making it the dominant purchasing agency by a wide margin. The only other agency activity in the period comes from the Federal Aviation Administration, which contributed 188.87 thousand across 5 awards, indicating minimal diversification across agency customers.
Industry profile based on NAICS activity
Award activity is concentrated in NAICS 541512, Computer Systems Design Services, which mirrors the overall obligation total at 2.18 billion across 289 awards. NAICS 541511, Custom Computer Programming Services, represents a very small residual share at 188.87 thousand across 5 awards, suggesting the vendor's federal work is overwhelmingly centered on systems design rather than broader software development.
Annual contract trend over the analysis window
Annual obligations peaked in 2023 at 629.13 million and then declined to 478.29 million in 2024 and 116.75 million in 2025 to date. Award counts moved in the opposite direction in part, rising from 8 in 2025 year-to-date to 100 in 2021, but the overall pattern still shows heavy year-to-year concentration within the VA-driven portfolio.
How to interpret this page
This page summarizes FPDS obligations for the vendor over the last 5 years using the provided CAGE code and UEI. Totals, counts, and averages are based on obligated dollars and award records in the analysis window; agency, NAICS, and annual views are ranked from the same dataset and may reflect rounding in displayed values.
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 5 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,184,948,918.40 | 2.18 billion | 289 |
| 6920 | FEDERAL AVIATION ADMINISTRATION | 188,865.84 | 188.87 thousand | 5 |
Insight
Over the last 5 years, LIBERTY IT SOLUTIONS, LLC’s obligations are overwhelmingly concentrated in the Department of Veterans Affairs, which accounts for $2.18 billion of $2.19 billion total obligated and 289 of 294 awards. The Federal Aviation Administration represents a very small share of activity at $188,865.84 across 5 awards. This indicates a highly concentrated customer base with limited agency diversification during the period.
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 5 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,184,948,918.40 | 2.18 billion | 289 |
| 541511 | CUSTOM COMPUTER PROGRAMMING SERVICES | 188,865.84 | 188.87 thousand | 5 |
Insight
Over the last 5 years, LIBERTY IT SOLUTIONS, LLC received $2.19 billion across 294 awards, with an average award value of $7.43 million. Obligations are overwhelmingly concentrated in NAICS 541512, Computer Systems Design Services, which accounts for $2.18 billion and 289 awards, or nearly all activity in the period. NAICS 541511, Custom Computer Programming Services, is a minor secondary category at $188.87 thousand across 5 awards, indicating a highly focused service mix.
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 5 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 |
Insight
LIBERTY IT SOLUTIONS, LLC (CAGE 697P4) obligated $2.19 billion across 294 awards over the last 5 years, averaging $7.43 million per award. Obligations were concentrated in 2021 through 2024, which together accounted for most of the period total, with a peak in 2023 at $629.13 million across 61 awards. Activity declined in 2025 to $116.75 million and 8 awards, indicating a sharp drop in both obligation volume and award count in the current year.
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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.