Federal Contractor

INSIGHT PUBLIC SECTOR, INC. Federal Contract Obligations (Last 5 Years)

INSIGHT PUBLIC SECTOR, INC. recorded 852 federal award actions totaling $117.29 million over the last 5 years, led by Department of the Air Force, DISA, DODEA, and the Department of the Navy.

This vendor profile summarizes federal procurement activity for INSIGHT PUBLIC SECTOR, INC. under CAGE 06ZC1 and UEI LD98S4LK2113 across the last 5 years. The company’s obligations were concentrated in computer-related services, electronic computer manufacturing, and awards from defense and education agencies.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect the provided analysis window and may include multiple award actions associated with the same obligation record.

CAGE Code
06ZC1
UEI
LD98S4LK2113
Total Obligated
117.29 million
117,285,714.15
Award Actions
852
Average Action Value
137,659.28

About INSIGHT PUBLIC SECTOR, INC. federal contract activity

INSIGHT PUBLIC SECTOR, INC. (CAGE 06ZC1, UEI LD98S4LK2113) recorded 117.29 million in obligated awards across 852 transactions over the last 5 years, for an average award value of 137,659.28. The profile indicates a high-volume federal reseller/integrator footprint with obligations concentrated in IT-related products and services rather than a broad across-the-board procurement base.

Agency mix and customer concentration

The largest obligating agencies were the Department of the Air Force at 20.63 million across 155 awards, DISA at 17.87 million across 47 awards, and DODEA at 17.09 million across 17 awards. The Department of the Navy also accounted for substantial activity at 16.20 million across 223 awards, while the Railroad Retirement Board contributed 8.22 million across 62 awards, showing a mix of defense-heavy and smaller civilian demand channels.

Industry profile based on NAICS activity

Award activity was dominated by NAICS 541519, Other Computer Related Services, at 60.48 million across 427 awards, and NAICS 334111, Electronic Computer Manufacturing, at 53.08 million across 288 awards. Secondary activity was much smaller, led by NAICS 423430 at 1.83 million and NAICS 334290 at 920.77 thousand, with limited volume in NAICS 511210 at 350.80 thousand. This mix suggests the vendor's federal business is heavily concentrated in computer services and hardware provisioning.

Annual contract trend over the analysis window

Annual obligations declined steadily over the period from 43.90 million in 2021 to 12.43 million in 2025, with a corresponding drop in awards from 298 to 79. The largest year was 2021, followed by 2022 at 26.93 million and 2023 at 18.12 million, indicating a sustained contraction in contract value and transaction volume. The 2025 figure should be read as year-to-date within the analysis window if the dataset is not a full-year close.

How to interpret this page

This summary is based on FPDS award records matched to CAGE 06ZC1 and UEI LD98S4LK2113 for the last 5 years. Obligated dollars and award counts are aggregated from reported federal procurement actions; agency and NAICS sections reflect the highest totals by obligated amount within the observed period. No inferred relationships, parent-company data, or non-FPDS sources were used.

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 = '06ZC1'
        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
5700 DEPT OF THE AIR FORCE 20,629,779.88 20.63 million 155
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 17,867,284.24 17.87 million 47
97F2 DEPT OF DEFENSE EDUCATION ACTIVITY (DODEA) 17,086,494.68 17.09 million 17
1700 DEPT OF THE NAVY 16,202,531.74 16.20 million 223
6000 RAILROAD RETIREMENT BOARD 8,216,333.87 8.22 million 62
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 6,765,931.52 6.77 million 21
97AZ DEFENSE COMMISSARY AGENCY (DECA) 5,695,236.74 5.70 million 6
8300 EXPORT-IMPORT BANK OF THE U.S. 4,067,541.72 4.07 million 20
2100 DEPT OF THE ARMY 3,996,849.19 4.00 million 22
2400 OFFICE OF PERSONNEL MANAGEMENT 3,637,975.21 3.64 million 7

Insight

Over the last 5 years, INSIGHT PUBLIC SECTOR, INC. has obligated $117.29 million across 852 awards, with spending concentrated in defense-related agencies. The Department of the Air Force is the largest customer at $20.63 million, followed by DISA ($17.87 million), DODEA ($17.09 million), and the Department of the Navy ($16.20 million), indicating a relatively clustered federal customer base. Additional obligations are spread across several smaller agencies, but no single agency accounts for a majority of total obligations.

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 = '06ZC1'
        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
541519 OTHER COMPUTER RELATED SERVICES 60,478,926.63 60.48 million 427
334111 ELECTRONIC COMPUTER MANUFACTURING 53,084,003.98 53.08 million 288
423430 COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS 1,832,500.32 1.83 million 76
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 920,772.79 920.77 thousand 2
511210 SOFTWARE PUBLISHERS 350,798.59 350.80 thousand 20
334112 COMPUTER STORAGE DEVICE MANUFACTURING 165,059.73 165.06 thousand 6
513210 SOFTWARE PUBLISHERS 145,942.89 145.94 thousand 7
332510 HARDWARE MANUFACTURING 115,172.64 115.17 thousand 1
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 51,029.66 51.03 thousand 1
811210 ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 48,215.84 48.22 thousand 3

Insight

INSIGHT PUBLIC SECTOR, INC. shows strong concentration in two core NAICS codes over the last 5 years: 541519 (Other Computer Related Services) and 334111 (Electronic Computer Manufacturing), which together account for about 96% of total obligated dollars ($113.56M of $117.29M) and most awards (715 of 852). The remaining obligations are distributed across a much smaller set of NAICS categories, with 423430 a distant third at $1.83M and all other codes each below $1M. This pattern indicates a highly focused contracting profile centered on computer-related services and hardware manufacturing rather than broad sector diversification.

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 = '06ZC1'
        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 12,434,195.23 12.43 million 79
2024 15,910,078.02 15.91 million 126
2023 18,117,378.62 18.12 million 150
2022 26,928,162.41 26.93 million 199
2021 43,895,899.87 43.90 million 298

Insight

Over the last 5 years, INSIGHT PUBLIC SECTOR, INC. (CAGE 06ZC1) obligated $117.29 million across 852 awards, averaging $137.7K per award. Obligations and award volume are concentrated in 2021, which accounts for $43.90 million and 298 awards, and then decline each year through 2025. The pattern indicates a steady reduction in both obligation value and award count, with 2025 at $12.43 million and 79 awards, well below the 5-year peak.

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.